X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=lto-plugin%2Fconfig.h.in;h=ad003b2925e5a3cfb7363ae4aa1d70a9331fc44e;hb=97eb10601776fc3d02767e0091f14c2faeecd98e;hp=d7750f1e9e8020ae8964bb96bdc4dd86e68303f4;hpb=25630dc79a217ae6e7ccac9ef62c93b88490d036;p=pf3gnuchains%2Fgcc-fork.git diff --git a/lto-plugin/config.h.in b/lto-plugin/config.h.in index d7750f1e9e8..ad003b2925e 100644 --- a/lto-plugin/config.h.in +++ b/lto-plugin/config.h.in @@ -27,6 +27,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -58,9 +61,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Default symbol style */ -#undef SYM_STYLE - /* Version number of package */ #undef VERSION @@ -75,6 +75,10 @@ #define below would cause a syntax error. */ #undef _UINT64_T +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + /* Define to the type of an unsigned integer type of width exactly 64 bits if such a type exists and the standard includes do not define it. */ #undef uint64_t