config.h.in revision ebb1c56d
1c7484f1fSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2c7484f1fSmrg 3c7484f1fSmrg/* Define to 1 if you have the 'openpty' function. */ 4c7484f1fSmrg#undef HAS_OPENPTY 5c7484f1fSmrg 6c7484f1fSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 7c7484f1fSmrg#undef HAVE_INTTYPES_H 8c7484f1fSmrg 9e6ecbdaeSmrg/* Define to 1 if you have the <libutil.h> header file. */ 10e6ecbdaeSmrg#undef HAVE_LIBUTIL_H 11e6ecbdaeSmrg 12c7484f1fSmrg/* Define to 1 if you have the <memory.h> header file. */ 13c7484f1fSmrg#undef HAVE_MEMORY_H 14c7484f1fSmrg 15c7484f1fSmrg/* Define to 1 if you have the <pty.h> header file. */ 16c7484f1fSmrg#undef HAVE_PTY_H 17c7484f1fSmrg 18c7484f1fSmrg/* Define to 1 if you have the <stdint.h> header file. */ 19c7484f1fSmrg#undef HAVE_STDINT_H 20c7484f1fSmrg 21c7484f1fSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 22c7484f1fSmrg#undef HAVE_STDLIB_H 23c7484f1fSmrg 24c7484f1fSmrg/* Define to 1 if you have the <strings.h> header file. */ 25c7484f1fSmrg#undef HAVE_STRINGS_H 26c7484f1fSmrg 27c7484f1fSmrg/* Define to 1 if you have the <string.h> header file. */ 28c7484f1fSmrg#undef HAVE_STRING_H 29c7484f1fSmrg 30c7484f1fSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 31c7484f1fSmrg#undef HAVE_SYS_STAT_H 32c7484f1fSmrg 33c7484f1fSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 34c7484f1fSmrg#undef HAVE_SYS_TYPES_H 35c7484f1fSmrg 36c7484f1fSmrg/* Define to 1 if you have the <unistd.h> header file. */ 37c7484f1fSmrg#undef HAVE_UNISTD_H 38c7484f1fSmrg 39c7484f1fSmrg/* Define to 1 if you have the <util.h> header file. */ 40c7484f1fSmrg#undef HAVE_UTIL_H 41c7484f1fSmrg 42c7484f1fSmrg/* Name of package */ 43c7484f1fSmrg#undef PACKAGE 44c7484f1fSmrg 45c7484f1fSmrg/* Define to the address where bug reports for this package should be sent. */ 46c7484f1fSmrg#undef PACKAGE_BUGREPORT 47c7484f1fSmrg 48c7484f1fSmrg/* Define to the full name of this package. */ 49c7484f1fSmrg#undef PACKAGE_NAME 50c7484f1fSmrg 51c7484f1fSmrg/* Define to the full name and version of this package. */ 52c7484f1fSmrg#undef PACKAGE_STRING 53c7484f1fSmrg 54c7484f1fSmrg/* Define to the one symbol short name of this package. */ 55c7484f1fSmrg#undef PACKAGE_TARNAME 56c7484f1fSmrg 57baed689fSmrg/* Define to the home page for this package. */ 58baed689fSmrg#undef PACKAGE_URL 59baed689fSmrg 60c7484f1fSmrg/* Define to the version of this package. */ 61c7484f1fSmrg#undef PACKAGE_VERSION 62c7484f1fSmrg 63c7484f1fSmrg/* Major version of this package */ 64c7484f1fSmrg#undef PACKAGE_VERSION_MAJOR 65c7484f1fSmrg 66c7484f1fSmrg/* Minor version of this package */ 67c7484f1fSmrg#undef PACKAGE_VERSION_MINOR 68c7484f1fSmrg 69c7484f1fSmrg/* Patch version of this package */ 70c7484f1fSmrg#undef PACKAGE_VERSION_PATCHLEVEL 71c7484f1fSmrg 72c7484f1fSmrg/* Define to 1 if you have the ANSI C header files. */ 73c7484f1fSmrg#undef STDC_HEADERS 74c7484f1fSmrg 75ebb1c56dSmrg/* Enable extensions on AIX 3, Interix. */ 76ebb1c56dSmrg#ifndef _ALL_SOURCE 77ebb1c56dSmrg# undef _ALL_SOURCE 78ebb1c56dSmrg#endif 79ebb1c56dSmrg/* Enable GNU extensions on systems that have them. */ 80ebb1c56dSmrg#ifndef _GNU_SOURCE 81ebb1c56dSmrg# undef _GNU_SOURCE 82ebb1c56dSmrg#endif 83ebb1c56dSmrg/* Enable threading extensions on Solaris. */ 84ebb1c56dSmrg#ifndef _POSIX_PTHREAD_SEMANTICS 85ebb1c56dSmrg# undef _POSIX_PTHREAD_SEMANTICS 86ebb1c56dSmrg#endif 87ebb1c56dSmrg/* Enable extensions on HP NonStop. */ 88ebb1c56dSmrg#ifndef _TANDEM_SOURCE 89ebb1c56dSmrg# undef _TANDEM_SOURCE 90ebb1c56dSmrg#endif 91ebb1c56dSmrg/* Enable general extensions on Solaris. */ 92ebb1c56dSmrg#ifndef __EXTENSIONS__ 93ebb1c56dSmrg# undef __EXTENSIONS__ 94ebb1c56dSmrg#endif 95ebb1c56dSmrg 96ebb1c56dSmrg 97c7484f1fSmrg/* Version number of package */ 98c7484f1fSmrg#undef VERSION 99ebb1c56dSmrg 100ebb1c56dSmrg/* Define to 1 if on MINIX. */ 101ebb1c56dSmrg#undef _MINIX 102ebb1c56dSmrg 103ebb1c56dSmrg/* Define to 2 if the system does not provide POSIX.1 features except with 104ebb1c56dSmrg this defined. */ 105ebb1c56dSmrg#undef _POSIX_1_SOURCE 106ebb1c56dSmrg 107ebb1c56dSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 108ebb1c56dSmrg#undef _POSIX_SOURCE 109