PageRenderTime 44ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/aprsd-2.2.5-15/config.h.in

#
Autoconf | 239 lines | 83 code | 78 blank | 78 comment | 71 complexity | 3ec0aa0814fcd087f15f1fc74348d0b6 MD5 | raw file
Possible License(s): GPL-2.0
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <arpa/inet.h> header file. */
  3. #undef HAVE_ARPA_INET_H
  4. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  5. don't. */
  6. #undef HAVE_DECL_STRERROR_R
  7. /* Define to 1 if you have the <fcntl.h> header file. */
  8. #undef HAVE_FCNTL_H
  9. /* Define to 1 if you have the `fork' function. */
  10. #undef HAVE_FORK
  11. /* Define to 1 if you have the `gethostbyname' function. */
  12. #undef HAVE_GETHOSTBYNAME
  13. /* Define to 1 if you have the `gethostname' function. */
  14. #undef HAVE_GETHOSTNAME
  15. /* Define to 1 if you have the `getspnam' function. */
  16. #undef HAVE_GETSPNAM
  17. /* Define to 1 if you have the `gettimeofday' function. */
  18. #undef HAVE_GETTIMEOFDAY
  19. /* Define to 1 if you have the `inet_ntoa' function. */
  20. #undef HAVE_INET_NTOA
  21. /* Define to 1 if you have the <inttypes.h> header file. */
  22. #undef HAVE_INTTYPES_H
  23. /* Define to 1 if you have the `ax25' library (-lax25). */
  24. #undef HAVE_LIBAX25
  25. /* Define to 1 if you have the `crypt' library (-lcrypt). */
  26. #undef HAVE_LIBCRYPT
  27. /* Define to 1 if you have the `pthread' library (-lpthread). */
  28. #undef HAVE_LIBPTHREAD
  29. /* Define to 1 if you have the `malloc' function. */
  30. #undef HAVE_MALLOC
  31. /* Define to 1 if you have the `memchr' function. */
  32. #undef HAVE_MEMCHR
  33. /* Define to 1 if you have the `memmove' function. */
  34. #undef HAVE_MEMMOVE
  35. /* Define to 1 if you have the <memory.h> header file. */
  36. #undef HAVE_MEMORY_H
  37. /* Define to 1 if you have the `memset' function. */
  38. #undef HAVE_MEMSET
  39. /* Define to 1 if you have the <netax25/ax25.h> header file. */
  40. #undef HAVE_NETAX25_AX25_H
  41. /* Define to 1 if you have the <netdb.h> header file. */
  42. #undef HAVE_NETDB_H
  43. /* Define to 1 if you have the <netinet/in.h> header file. */
  44. #undef HAVE_NETINET_IN_H
  45. /* Define to 1 if you have the `select' function. */
  46. #undef HAVE_SELECT
  47. /* Define to 1 if you have the <shadow.h> header file. */
  48. #undef HAVE_SHADOW_H
  49. /* Define to 1 if you have the `socket' function. */
  50. #undef HAVE_SOCKET
  51. /* Define to 1 if `stat' has the bug that it succeeds when given the
  52. zero-length file name argument. */
  53. #undef HAVE_STAT_EMPTY_STRING_BUG
  54. /* Define to 1 if stdbool.h conforms to C99. */
  55. #undef HAVE_STDBOOL_H
  56. /* Define to 1 if you have the <stdint.h> header file. */
  57. #undef HAVE_STDINT_H
  58. /* Define to 1 if you have the <stdlib.h> header file. */
  59. #undef HAVE_STDLIB_H
  60. /* Define to 1 if you have the `strchr' function. */
  61. #undef HAVE_STRCHR
  62. /* Define to 1 if you have the `strdup' function. */
  63. #undef HAVE_STRDUP
  64. /* Define to 1 if you have the `strerror' function. */
  65. #undef HAVE_STRERROR
  66. /* Define to 1 if you have the `strerror_r' function. */
  67. #undef HAVE_STRERROR_R
  68. /* Define to 1 if you have the `strftime' function. */
  69. #undef HAVE_STRFTIME
  70. /* Define to 1 if you have the <strings.h> header file. */
  71. #undef HAVE_STRINGS_H
  72. /* Define to 1 if you have the <string.h> header file. */
  73. #undef HAVE_STRING_H
  74. /* Define to 1 if you have the `strpbrk' function. */
  75. #undef HAVE_STRPBRK
  76. /* Define to 1 if you have the `strstr' function. */
  77. #undef HAVE_STRSTR
  78. /* Define to 1 if you have the `strtol' function. */
  79. #undef HAVE_STRTOL
  80. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  81. #undef HAVE_SYS_IOCTL_H
  82. /* Define to 1 if you have the <sys/select.h> header file. */
  83. #undef HAVE_SYS_SELECT_H
  84. /* Define to 1 if you have the <sys/socket.h> header file. */
  85. #undef HAVE_SYS_SOCKET_H
  86. /* Define to 1 if you have the <sys/stat.h> header file. */
  87. #undef HAVE_SYS_STAT_H
  88. /* Define to 1 if you have the <sys/timeb.h> header file. */
  89. #undef HAVE_SYS_TIMEB_H
  90. /* Define to 1 if you have the <sys/time.h> header file. */
  91. #undef HAVE_SYS_TIME_H
  92. /* Define to 1 if you have the <sys/types.h> header file. */
  93. #undef HAVE_SYS_TYPES_H
  94. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  95. #undef HAVE_SYS_WAIT_H
  96. /* Define to 1 if you have the <termios.h> header file. */
  97. #undef HAVE_TERMIOS_H
  98. /* Define to 1 if you have the <unistd.h> header file. */
  99. #undef HAVE_UNISTD_H
  100. /* Define to 1 if you have the `vfork' function. */
  101. #undef HAVE_VFORK
  102. /* Define to 1 if you have the <vfork.h> header file. */
  103. #undef HAVE_VFORK_H
  104. /* Define to 1 if `fork' works. */
  105. #undef HAVE_WORKING_FORK
  106. /* Define to 1 if `vfork' works. */
  107. #undef HAVE_WORKING_VFORK
  108. /* Define to 1 if the system has the type `_Bool'. */
  109. #undef HAVE__BOOL
  110. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  111. slash. */
  112. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  113. /* Name of package */
  114. #undef PACKAGE
  115. /* Define to the address where bug reports for this package should be sent. */
  116. #undef PACKAGE_BUGREPORT
  117. /* Define to the full name of this package. */
  118. #undef PACKAGE_NAME
  119. /* Define to the full name and version of this package. */
  120. #undef PACKAGE_STRING
  121. /* Define to the one symbol short name of this package. */
  122. #undef PACKAGE_TARNAME
  123. /* Define to the version of this package. */
  124. #undef PACKAGE_VERSION
  125. /* Define as the return type of signal handlers (`int' or `void'). */
  126. #undef RETSIGTYPE
  127. /* Define to the type of arg 1 for `select'. */
  128. #undef SELECT_TYPE_ARG1
  129. /* Define to the type of args 2, 3 and 4 for `select'. */
  130. #undef SELECT_TYPE_ARG234
  131. /* Define to the type of arg 5 for `select'. */
  132. #undef SELECT_TYPE_ARG5
  133. /* Define to 1 if you have the ANSI C header files. */
  134. #undef STDC_HEADERS
  135. /* Define to 1 if strerror_r returns char *. */
  136. #undef STRERROR_R_CHAR_P
  137. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  138. #undef TIME_WITH_SYS_TIME
  139. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  140. #undef TM_IN_SYS_TIME
  141. /* Defines the AX25 tocall constant */
  142. #undef TOCALL
  143. /* Version number of package */
  144. #undef VERSION
  145. /* This is a GNU compliant source, use GNU extensions. */
  146. #undef _GNU_SOURCE
  147. /* Use reentrant code if available. */
  148. #undef _REENTRANT
  149. /* Define to empty if `const' does not conform to ANSI C. */
  150. #undef const
  151. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  152. if it is not supported. */
  153. #undef inline
  154. /* Define to rpl_malloc if the replacement function should be used. */
  155. #undef malloc
  156. /* Define to `int' if <sys/types.h> does not define. */
  157. #undef pid_t
  158. /* Define to `unsigned' if <sys/types.h> does not define. */
  159. #undef size_t
  160. /* Define as `fork' if `vfork' does not work. */
  161. #undef vfork