diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:43:35 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:43:35 +0000 |
commit | 3720d4b7a1b0ce0903450271aa3d93388e9d8781 (patch) | |
tree | 12200295d735bf3d1bcaaf8d2065547d41cea3b2 /config.h.in | |
parent | 916418ea1284e6aa64f50eba077e48ced5944acc (diff) | |
download | idutils-99c80c70c191cfc68cbafa88aea66427ae97cc57.tar.gz idutils-99c80c70c191cfc68cbafa88aea66427ae97cc57.tar.bz2 idutils-99c80c70c191cfc68cbafa88aea66427ae97cc57.zip |
imported from id-utils-3.1r3_1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 57 |
1 files changed, 51 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index 6936d5e..384f96f 100644 --- a/config.h.in +++ b/config.h.in @@ -30,12 +30,18 @@ /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H +/* Define if you don't have vprintf but do have _doprnt. */ +#undef HAVE_DOPRNT + /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* Define if you have the vprintf function. */ +#undef HAVE_VPRINTF + /* Define as __inline if that's what the C compiler calls it. */ #undef inline @@ -79,21 +85,21 @@ /* Define as 1 if you have catgets and don't want to use GNU gettext. */ #undef HAVE_CATGETS -/* Define if the sbrk system call is declared in unistd.h. */ -#undef HAVE_DECL_SBRK - -/* Define if the sys_errlist array is declared in errno.h, error.h or stdio.h. */ -#undef HAVE_DECL_SYS_ERRLIST - /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES +/* Define if your sys/types.h file defines the type ptrdiff_t. */ +#undef HAVE_PTRDIFF_T + /* Define to 1 if you have the stpcpy function. */ #undef HAVE_STPCPY +/* Define to the name of the installed language map file. */ +#undef LANGUAGE_MAP_FILE + /* Define to the name of the distribution. */ #undef PACKAGE @@ -117,6 +123,21 @@ # endif #endif +/* Define if you have the __argz_count function. */ +#undef HAVE___ARGZ_COUNT + +/* Define if you have the __argz_next function. */ +#undef HAVE___ARGZ_NEXT + +/* Define if you have the __argz_stringify function. */ +#undef HAVE___ARGZ_STRINGIFY + +/* Define if you have the bcopy function. */ +#undef HAVE_BCOPY + +/* Define if you have the bzero function. */ +#undef HAVE_BZERO + /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT @@ -129,9 +150,15 @@ /* Define if you have the getwd function. */ #undef HAVE_GETWD +/* Define if you have the isascii function. */ +#undef HAVE_ISASCII + /* Define if you have the link function. */ #undef HAVE_LINK +/* Define if you have the memcpy function. */ +#undef HAVE_MEMCPY + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP @@ -153,12 +180,21 @@ /* Define if you have the strchr function. */ #undef HAVE_STRCHR +/* Define if you have the strerror function. */ +#undef HAVE_STRERROR + /* Define if you have the valloc function. */ #undef HAVE_VALLOC +/* Define if you have the <argz.h> header file. */ +#undef HAVE_ARGZ_H + /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H +/* Define if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -168,6 +204,9 @@ /* Define if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H +/* Define if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + /* Define if you have the <ndir.h> header file. */ #undef HAVE_NDIR_H @@ -180,6 +219,9 @@ /* Define if you have the <sgtty.h> header file. */ #undef HAVE_SGTTY_H +/* Define if you have the <stddef.h> header file. */ +#undef HAVE_STDDEF_H + /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -198,6 +240,9 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H |