config.h.in revision e6ecbdae
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 75c7484f1fSmrg/* Version number of package */ 76c7484f1fSmrg#undef VERSION 77