summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-06 16:54:26 +0000
committerJim Meyering <jim@meyering.net>2000-06-06 16:54:26 +0000
commit1cc9e14fd7f7ecb6be8b2a5e08bce6c681cbf951 (patch)
treec176cc8686d7bfa504572e9d38f2fa823706e34e /config.h.in
parentbfbc65d09ddd5348018e7af97ddbdcb8de57a590 (diff)
downloadidutils-1cc9e14fd7f7ecb6be8b2a5e08bce6c681cbf951.tar.gz
idutils-1cc9e14fd7f7ecb6be8b2a5e08bce6c681cbf951.tar.bz2
idutils-1cc9e14fd7f7ecb6be8b2a5e08bce6c681cbf951.zip
.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in377
1 files changed, 204 insertions, 173 deletions
diff --git a/config.h.in b/config.h.in
index aa6f1a1..179f006 100644
--- a/config.h.in
+++ b/config.h.in
@@ -7,257 +7,254 @@
#define _config_h_
-/* Define if on AIX 3.
- System headers sometimes define this.
- We just want to avoid a redefinition error message. */
-#ifndef _ALL_SOURCE
-#undef _ALL_SOURCE
-#endif
-
-/* Define if using alloca.c. */
-#undef C_ALLOCA
-
-/* Define to empty if the keyword does not work. */
-#undef const
-
-/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
- This function is required for alloca.c support on those systems. */
-#undef CRAY_STACKSEG_END
-
-/* Define if you have alloca, as a function or macro. */
-#undef HAVE_ALLOCA
-/* 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 your sys/types.h file defines the type ptrdiff_t. */
+#undef HAVE_PTRDIFF_T
-/* Define if you have a working `mmap' system call. */
-#undef HAVE_MMAP
+/* Define if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
-/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
+/* Define to the name of the installed language map file. */
+#undef LANGUAGE_MAP_FILE
-/* Define if you have the vprintf function. */
-#undef HAVE_VPRINTF
-/* Define as __inline if that's what the C compiler calls it. */
-#undef inline
-/* Define if on MINIX. */
-#undef _MINIX
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+ systems. This function is required for `alloca.c' support on those systems.
+ */
+#undef CRAY_STACKSEG_END
-/* Define to `long' if <sys/types.h> doesn't define. */
-#undef off_t
+/* Define if using `alloca.c'. */
+#undef C_ALLOCA
-/* Define if the system does not provide POSIX.1 features except
- with this defined. */
-#undef _POSIX_1_SOURCE
+/* Define to 1 if NLS is requested. */
+#undef ENABLE_NLS
-/* Define if you need to in order for stat and other things to work. */
-#undef _POSIX_SOURCE
+/* The concatenation of the strings `GNU ', and PACKAGE. */
+#undef GNU_PACKAGE
-/* Define as the return type of signal handlers (int or void). */
-#undef RETSIGTYPE
+/* Define if you have `alloca', as a function or macro. */
+#undef HAVE_ALLOCA
-/* Define to `unsigned' if <sys/types.h> doesn't define. */
-#undef size_t
+/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
+#undef HAVE_ALLOCA_H
-/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown
- */
-#undef STACK_DIRECTION
+/* Define if you have the <argz.h> header file. */
+#undef HAVE_ARGZ_H
-/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
-#undef STAT_MACROS_BROKEN
+/* Define if you have the `basename' function. */
+#undef HAVE_BASENAME
-/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
+/* Define if you have the `bcopy' function. */
+#undef HAVE_BCOPY
-/* Define to the name of the installed language map file. */
-#undef LANGUAGE_MAP_FILE
+/* Define if you have the `bzero' function. */
+#undef HAVE_BZERO
-/* Define if you have the __argz_count function. */
-#undef HAVE___ARGZ_COUNT
+/* Define as 1 if you have catgets and don't want to use GNU gettext. */
+#undef HAVE_CATGETS
-/* Define if you have the __argz_next function. */
-#undef HAVE___ARGZ_NEXT
+/* Define if you have the `dcgettext' function. */
+#undef HAVE_DCGETTEXT
-/* Define if you have the __argz_stringify function. */
-#undef HAVE___ARGZ_STRINGIFY
+/* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STRSEP
-/* Define if you have the basename function. */
-#undef HAVE_BASENAME
+/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
+#undef HAVE_DIRENT_H
-/* Define if you have the bcopy function. */
-#undef HAVE_BCOPY
+/* Define if you have the `dirname' function. */
+#undef HAVE_DIRNAME
-/* Define if you have the bzero function. */
-#undef HAVE_BZERO
+/* Define if the malloc check has been performed. */
+#undef HAVE_DONE_WORKING_MALLOC_CHECK
-/* Define if you have the dcgettext function. */
-#undef HAVE_DCGETTEXT
+/* Define if the realloc check has been performed. */
+#undef HAVE_DONE_WORKING_REALLOC_CHECK
-/* Define if you have the dirname function. */
-#undef HAVE_DIRNAME
+/* Define if you don't have `vprintf' but do have `_doprnt.' */
+#undef HAVE_DOPRNT
-/* Define if you have the error function. */
+/* Define if you have the `error' function. */
#undef HAVE_ERROR
-/* Define if you have the fnmatch function. */
+/* Define if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
+/* Define if you have the `fnmatch' function. */
#undef HAVE_FNMATCH
-/* Define if you have the getcwd function. */
+/* Define if you have the `getcwd' function. */
#undef HAVE_GETCWD
-/* Define if you have the getpagesize function. */
+/* Define if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
-/* Define if you have the getwd function. */
+/* Define to 1 if you have gettext and don't want to use GNU gettext. */
+#undef HAVE_GETTEXT
+
+/* Define if you have the `getwd' function. */
#undef HAVE_GETWD
-/* Define if you have the isascii function. */
+/* Define if you have the `isascii' function. */
#undef HAVE_ISASCII
-/* Define if you have the link function. */
+/* Define if your locale.h file contains LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
+/* Define if you have the `dir' library (-ldir). */
+#undef HAVE_LIBDIR
+
+/* Define if you have the `i' library (-li). */
+#undef HAVE_LIBI
+
+/* Define if you have the `intl' library (-lintl). */
+#undef HAVE_LIBINTL
+
+/* Define if you have the `x' library (-lx). */
+#undef HAVE_LIBX
+
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
+/* Define if you have the `link' function. */
#undef HAVE_LINK
-/* Define if you have the memcpy function. */
+/* Define if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
+/* Define if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
+/* Define if you have the `memcpy' function. */
#undef HAVE_MEMCPY
-/* Define if you have the memset function. */
+/* Define if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define if you have the `memset' function. */
#undef HAVE_MEMSET
-/* Define if you have the munmap function. */
+/* Define if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
+/* Define if you have the `munmap' function. */
#undef HAVE_MUNMAP
-/* Define if you have the putenv function. */
+/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
+#undef HAVE_NDIR_H
+
+/* Define if you have the <nl_types.h> header file. */
+#undef HAVE_NL_TYPES_H
+
+/* Define if libc includes obstacks */
+#undef HAVE_OBSTACK
+
+/* Define if system has ptrdiff_t type */
+#undef HAVE_PTRDIFF_T
+
+/* Define if you have the `putenv' function. */
#undef HAVE_PUTENV
-/* Define if you have the setenv function. */
+/* Define if you have the <regex.h> header file. */
+#undef HAVE_REGEX_H
+
+/* Define if you have the `setenv' function. */
#undef HAVE_SETENV
-/* Define if you have the setlocale function. */
+/* Define if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
-/* Define if you have the stpcpy function. */
+/* 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
+
+/* Define to 1 if you have the stpcpy function. */
#undef HAVE_STPCPY
-/* Define if you have the strcasecmp function. */
+/* Define if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
-/* Define if you have the strchr function. */
+/* Define if you have the `strchr' function. */
#undef HAVE_STRCHR
-/* Define if you have the strcspn function. */
+/* Define if you have the `strcspn' function. */
#undef HAVE_STRCSPN
-/* Define if you have the strdup function. */
+/* Define if you have the `strdup' function. */
#undef HAVE_STRDUP
-/* Define if you have the strerror function. */
+/* Define if you have the `strerror' function. */
#undef HAVE_STRERROR
-/* Define if you have the strndup function. */
+/* Define if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define if you have the `strndup' function. */
#undef HAVE_STRNDUP
-/* Define if you have the strpbrk function. */
+/* Define if you have the `strpbrk' function. */
#undef HAVE_STRPBRK
-/* Define if you have the strsep function. */
+/* Define if you have the `strsep' function. */
#undef HAVE_STRSEP
-/* Define if you have the strspn function. */
+/* Define if you have the `strspn' function. */
#undef HAVE_STRSPN
-/* Define if you have the strstr function. */
+/* Define if you have the `strstr' function. */
#undef HAVE_STRSTR
-/* 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
-
-/* Define if you have the <locale.h> header file. */
-#undef HAVE_LOCALE_H
-
-/* 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
-
-/* Define if you have the <nl_types.h> header file. */
-#undef HAVE_NL_TYPES_H
-
-/* Define if you have the <regex.h> header file. */
-#undef HAVE_REGEX_H
-
-/* 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
-
-/* Define if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define if you have the <sys/dir.h> header file. */
+/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_DIR_H
-/* Define if you have the <sys/ioctl.h> header file. */
+/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
-/* Define if you have the <sys/ndir.h> header file. */
+/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#undef HAVE_SYS_NDIR_H
-/* Define if you have the <sys/param.h> header file. */
+/* 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. */
+/* 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. */
+/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
-/* Define if you have the <termio.h> header file. */
-#undef HAVE_TERMIO_H
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_WAIT_H
-/* Define if you have the <termios.h> header file. */
+/* Define if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
-/* Define if you have the <unistd.h> header file. */
+/* Define if you have the <termio.h> header file. */
+#undef HAVE_TERMIO_H
+
+/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define if you have the i library (-li). */
-#undef HAVE_LIBI
+/* Define if you have the `vprintf' function. */
+#undef HAVE_VPRINTF
-/* Name of package */
-#undef PACKAGE
+/* Define if you have the `__argz_count' function. */
+#undef HAVE___ARGZ_COUNT
-/* Version number of package */
-#undef VERSION
+/* Define if you have the `__argz_next' function. */
+#undef HAVE___ARGZ_NEXT
-/* The concatenation of the strings `GNU ', and PACKAGE. */
-#undef GNU_PACKAGE
+/* Define if you have the `__argz_stringify' function. */
+#undef HAVE___ARGZ_STRINGIFY
+
+/* Name of package */
+#undef PACKAGE
/* The concatenation of `GNU', and the macros PACKAGE and VERSION. */
#undef PACKAGE_VERSION
@@ -265,27 +262,61 @@
/* Define if compiler has function prototypes */
#undef PROTOTYPES
-/* Define if system has ptrdiff_t type */
-#undef HAVE_PTRDIFF_T
+/* Define as the return type of signal handlers (`int' or `void'). */
+#undef RETSIGTYPE
-/* Define if libc includes obstacks */
-#undef HAVE_OBSTACK
+/* If using the C implementation of alloca, define if you know the
+ direction of stack growth for your system; otherwise it will be
+ automatically deduced at run-time.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
+#undef STACK_DIRECTION
-/* Define to 1 if you have the stpcpy function. */
-#undef HAVE_STPCPY
+/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
+#undef STAT_MACROS_BROKEN
-/* Define if your locale.h file contains LC_MESSAGES. */
-#undef HAVE_LC_MESSAGES
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
-/* Define to 1 if NLS is requested. */
-#undef ENABLE_NLS
+/* Version number of package */
+#undef VERSION
-/* Define to 1 if you have gettext and don't want to use GNU gettext. */
-#undef HAVE_GETTEXT
+/* Define if on AIX 3.
+ System headers sometimes define this.
+ We just want to avoid a redefinition error message. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
-/* Define as 1 if you have catgets and don't want to use GNU gettext. */
-#undef HAVE_CATGETS
+/* Define if on MINIX. */
+#undef _MINIX
+
+/* Define if the system does not provide POSIX.1 features except with this
+ defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define as `__inline' if that's what the C compiler calls it, or to nothing
+ if it is not supported. */
+#undef inline
+
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc
+
+/* Define to `long' if <sys/types.h> does not define. */
+#undef off_t
+
+/* Define to rpl_realloc if the replacement function should be used. */
+#undef realloc
+/* Define to `unsigned' if <sys/types.h> does not define. */
+#undef size_t
/* According to Thomas Neumann, NeXT POSIX termios support is losing,
and sgtty is the way to go. Note: the comment between #undef &