diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-29 22:23:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-29 22:23:31 +0000 |
commit | 97930170e8de9fa109fcc94073724468f4d1e4a3 (patch) | |
tree | 36cfa441afdd64c65dbddb0f065d3616f03e6640 /config.hin | |
parent | 6ef34dd010d1cc55617b11231d70775fae3a19aa (diff) | |
download | coreutils-97930170e8de9fa109fcc94073724468f4d1e4a3.tar.xz |
.
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.hin b/config.hin index 674c70883..f6caf8bed 100644 --- a/config.hin +++ b/config.hin @@ -123,6 +123,10 @@ /* Define to 1 if you have the `btowc' function. */ #undef HAVE_BTOWC +/* Define to 1 if your system has a GNU libc compatible `calloc' function, and + to 0 otherwise. */ +#undef HAVE_CALLOC + /* Define to 1 if your system has a working `chown' function. */ #undef HAVE_CHOWN @@ -1400,6 +1404,9 @@ /* Define like PROTOTYPES; this can be used by system headers. */ #undef __PROTOTYPES +/* Define to rpl_calloc if the replacement function should be used. */ +#undef calloc + /* Define to rpl_chown if the replacement function should be used. */ #undef chown |