config.h.in 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define the distribution version string */
  3. #undef DIST_VERSION
  4. /* always defined to indicate that i18n is enabled */
  5. #undef ENABLE_NLS
  6. /* Gettext package */
  7. #undef GETTEXT_PACKAGE
  8. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  9. #undef HAVE_BIND_TEXTDOMAIN_CODESET
  10. /* Define to 1 if you have the `dcgettext' function. */
  11. #undef HAVE_DCGETTEXT
  12. /* Define to 1 if you have the <dlfcn.h> header file. */
  13. #undef HAVE_DLFCN_H
  14. /* Define to 1 if you have the <fcntl.h> header file. */
  15. #undef HAVE_FCNTL_H
  16. /* Define if the GNU gettext() function is already present or preinstalled. */
  17. #undef HAVE_GETTEXT
  18. /* Define to 1 if you have the <inttypes.h> header file. */
  19. #undef HAVE_INTTYPES_H
  20. /* Define if your <locale.h> file defines LC_MESSAGES. */
  21. #undef HAVE_LC_MESSAGES
  22. /* Define to 1 if you have the <locale.h> header file. */
  23. #undef HAVE_LOCALE_H
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #undef HAVE_MEMORY_H
  26. /* Define to 1 if you have the <paths.h> header file. */
  27. #undef HAVE_PATHS_H
  28. /* Define to 1 if you have the `select' function. */
  29. #undef HAVE_SELECT
  30. /* Define to 1 if you have the `socket' function. */
  31. #undef HAVE_SOCKET
  32. /* Define to 1 if you have the <stdint.h> header file. */
  33. #undef HAVE_STDINT_H
  34. /* Define to 1 if you have the <stdlib.h> header file. */
  35. #undef HAVE_STDLIB_H
  36. /* Define to 1 if you have the <strings.h> header file. */
  37. #undef HAVE_STRINGS_H
  38. /* Define to 1 if you have the <string.h> header file. */
  39. #undef HAVE_STRING_H
  40. /* Define to 1 if you have the <syslog.h> header file. */
  41. #undef HAVE_SYSLOG_H
  42. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  43. #undef HAVE_SYS_IOCTL_H
  44. /* Define to 1 if you have the <sys/stat.h> header file. */
  45. #undef HAVE_SYS_STAT_H
  46. /* Define to 1 if you have the <sys/time.h> header file. */
  47. #undef HAVE_SYS_TIME_H
  48. /* Define to 1 if you have the <sys/types.h> header file. */
  49. #undef HAVE_SYS_TYPES_H
  50. /* Define to 1 if you have the `uname' function. */
  51. #undef HAVE_UNAME
  52. /* Define to 1 if you have the <unistd.h> header file. */
  53. #undef HAVE_UNISTD_H
  54. /* ifconfig */
  55. #undef IFCONFIG
  56. /* ipv6 support */
  57. #undef IPV6
  58. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  59. */
  60. #undef LT_OBJDIR
  61. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  62. #undef NO_MINUS_C_MINUS_O
  63. /* Name of package */
  64. #undef PACKAGE
  65. /* Define to the address where bug reports for this package should be sent. */
  66. #undef PACKAGE_BUGREPORT
  67. /* Define to the full name of this package. */
  68. #undef PACKAGE_NAME
  69. /* Define to the full name and version of this package. */
  70. #undef PACKAGE_STRING
  71. /* Define to the one symbol short name of this package. */
  72. #undef PACKAGE_TARNAME
  73. /* Define to the home page for this package. */
  74. #undef PACKAGE_URL
  75. /* Define to the version of this package. */
  76. #undef PACKAGE_VERSION
  77. /* SSH_AUTH_SOCK */
  78. #undef SSH_AUTH_SOCK
  79. /* SSH_KNOWN_HOSTS_PATH */
  80. #undef SSH_KNOWN_HOSTS_PATH
  81. /* Define to 1 if you have the ANSI C header files. */
  82. #undef STDC_HEADERS
  83. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  84. #undef TIME_WITH_SYS_TIME
  85. /* Version number of package */
  86. #undef VERSION
  87. /* Define to `int' if <sys/types.h> does not define. */
  88. #undef mode_t
  89. /* Define to `int' if <sys/types.h> does not define. */
  90. #undef pid_t