diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-09 21:19:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-09 21:19:18 +0000 |
commit | 5ce5b23f266ab6b5f6d9aa540fdb5f0e7cc48d9f (patch) | |
tree | ec5a9f60b4f680a7f3a4bc4263fdb73adef92669 /config.hin | |
parent | 1130a40962dd2d0e4580469884183f5c7bb86a65 (diff) | |
download | coreutils-5ce5b23f266ab6b5f6d9aa540fdb5f0e7cc48d9f.tar.xz |
.
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.hin b/config.hin index 9036c9980..cf889ea71 100644 --- a/config.hin +++ b/config.hin @@ -1383,6 +1383,9 @@ /* Define to a replacement function name for fnmatch(). */ #undef fnmatch +/* Define to rpl_free if the replacement function should be used. */ +#undef free + /* Define to rpl_getcwd if the wrapper function should be used. */ #undef getcwd @@ -1407,7 +1410,7 @@ #undef inline #endif -/* Define to `unsigned long' if <sys/types.h> does not define. */ +/* Define to `unsigned long int' if <sys/types.h> does not define. */ #undef ino_t /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */ @@ -1493,6 +1496,9 @@ <inttypes.h> don't define. */ #undef uintmax_t +/* Define to `size_t' if <sys/types.h> does not define. */ +#undef uintptr_t + /* Define to rpl_utime if the replacement function should be used. */ #undef utime |