X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libiberty%2Fconfig.in;h=193164830cf82822c98c7033b335a386ef194d46;hb=065ffc72378a1f7e72912f7972645cbdc3f862e3;hp=514e73c2732bcf4bf1417015df372160676cdb18;hpb=cd9a469c7fa2f4be000e4e64f188cb820a332a1a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libiberty/config.in b/libiberty/config.in index 514e73c2732..193164830cf 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -121,6 +121,9 @@ /* Define to 1 if you have the `insque' function. */ #undef HAVE_INSQUE +/* Define to 1 if the system has the type `intptr_t'. */ +#undef HAVE_INTPTR_T + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -457,10 +460,15 @@ #undef inline #endif +/* Define to the type of a signed integer type wide enough to hold a pointer, + if such a type exists, and if the system does not define it. */ +#undef intptr_t + /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned long' if does not define. */ +/* Define to the type of an unsigned integer type wide enough to hold a + pointer, if such a type exists, and if the system does not define it. */ #undef uintptr_t /* Define as `fork' if `vfork' does not work. */