PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/radiusclient-ng-0.5.6/config.h.in

#
Autoconf | 234 lines | 86 code | 75 blank | 73 comment | 59 complexity | 5c24c9c7218d453c2720e945bccd94fd MD5 | raw file
Possible License(s): 0BSD
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* is big endian arch ? */
  3. #undef BIG_ENDIAN
  4. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  5. systems. This function is required for `alloca.c' support on those systems.
  6. */
  7. #undef CRAY_STACKSEG_END
  8. /* Define to 1 if using `alloca.c'. */
  9. #undef C_ALLOCA
  10. /* Define to 1 if you have `alloca', as a function or macro. */
  11. #undef HAVE_ALLOCA
  12. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  13. */
  14. #undef HAVE_ALLOCA_H
  15. /* Define to 1 if you have the <crypt.h> header file. */
  16. #undef HAVE_CRYPT_H
  17. /* does /dev/urandom exist ? */
  18. #undef HAVE_DEV_URANDOM
  19. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  20. */
  21. #undef HAVE_DIRENT_H
  22. /* Define to 1 if you have the <dlfcn.h> header file. */
  23. #undef HAVE_DLFCN_H
  24. /* Define to 1 if you have the `fcntl' function. */
  25. #undef HAVE_FCNTL
  26. /* Define to 1 if you have the <fcntl.h> header file. */
  27. #undef HAVE_FCNTL_H
  28. /* Define to 1 if you have the `flock' function. */
  29. #undef HAVE_FLOCK
  30. /* Define to 1 if you have the `getdomainname' function. */
  31. #undef HAVE_GETDOMAINNAME
  32. /* Define to 1 if you have the `gethostname' function. */
  33. #undef HAVE_GETHOSTNAME
  34. /* Define to 1 if you have the <getopt.h> header file. */
  35. #undef HAVE_GETOPT_H
  36. /* Define to 1 if you have the <inttypes.h> header file. */
  37. #undef HAVE_INTTYPES_H
  38. /* Define to 1 if you have the `crypt' library (-lcrypt). */
  39. #undef HAVE_LIBCRYPT
  40. /* Define to 1 if you have the `nsl' library (-lnsl). */
  41. #undef HAVE_LIBNSL
  42. /* Define to 1 if you have the `socket' library (-lsocket). */
  43. #undef HAVE_LIBSOCKET
  44. /* Define to 1 if you have the <memory.h> header file. */
  45. #undef HAVE_MEMORY_H
  46. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  47. #undef HAVE_NDIR_H
  48. /* Define to 1 if you have the `rand' function. */
  49. #undef HAVE_RAND
  50. /* Define to 1 if you have the `random' function. */
  51. #undef HAVE_RANDOM
  52. /* shadow password support */
  53. #undef HAVE_SHADOW_PASSWORDS
  54. /* Define to 1 if you have the <signal.h> header file. */
  55. #undef HAVE_SIGNAL_H
  56. /* Define to 1 if you have the `snprintf' function. */
  57. #undef HAVE_SNPRINTF
  58. /* Define to 1 if you have the <stdint.h> header file. */
  59. #undef HAVE_STDINT_H
  60. /* Define to 1 if you have the <stdlib.h> header file. */
  61. #undef HAVE_STDLIB_H
  62. /* Define to 1 if you have the `strcasecmp' function. */
  63. #undef HAVE_STRCASECMP
  64. /* Define to 1 if you have the `strdup' function. */
  65. #undef HAVE_STRDUP
  66. /* Define to 1 if you have the `strerror' function. */
  67. #undef HAVE_STRERROR
  68. /* Define to 1 if you have the `strftime' function. */
  69. #undef HAVE_STRFTIME
  70. /* Define to 1 if you have the `stricmp' function. */
  71. #undef HAVE_STRICMP
  72. /* Define to 1 if you have the <strings.h> header file. */
  73. #undef HAVE_STRINGS_H
  74. /* Define to 1 if you have the <string.h> header file. */
  75. #undef HAVE_STRING_H
  76. /*struct utsname has domainname field */
  77. #undef HAVE_STRUCT_UTSNAME_DOMAINNAME
  78. /* Define to 1 if you have the `sysinfo' function. */
  79. #undef HAVE_SYSINFO
  80. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  81. */
  82. #undef HAVE_SYS_DIR_H
  83. /* Define to 1 if you have the <sys/fcntl.h> header file. */
  84. #undef HAVE_SYS_FCNTL_H
  85. /* Define to 1 if you have the <sys/file.h> header file. */
  86. #undef HAVE_SYS_FILE_H
  87. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  88. #undef HAVE_SYS_IOCTL_H
  89. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  90. */
  91. #undef HAVE_SYS_NDIR_H
  92. /* Define to 1 if you have the <sys/signal.h> header file. */
  93. #undef HAVE_SYS_SIGNAL_H
  94. /* Define to 1 if you have the <sys/stat.h> header file. */
  95. #undef HAVE_SYS_STAT_H
  96. /* Define to 1 if you have the <sys/types.h> header file. */
  97. #undef HAVE_SYS_TYPES_H
  98. /* Define to 1 if you have the <sys/utsname.h> header file. */
  99. #undef HAVE_SYS_UTSNAME_H
  100. /* Define to 1 if you have the <termios.h> header file. */
  101. #undef HAVE_TERMIOS_H
  102. /* Define to 1 if you have the `uname' function. */
  103. #undef HAVE_UNAME
  104. /* Define to 1 if you have the <unistd.h> header file. */
  105. #undef HAVE_UNISTD_H
  106. /* Define to 1 if you have the `vsnprintf' function. */
  107. #undef HAVE_VSNPRINTF
  108. /* is little endian arch ? */
  109. #undef LITTLE_ENDIAN
  110. /* do you need the sig* prototypes ? */
  111. #undef NEED_SIG_PROTOTYPES
  112. #undef PACKAGE
  113. /* Define to the address where bug reports for this package should be sent. */
  114. #undef PACKAGE_BUGREPORT
  115. /* Define to the full name of this package. */
  116. #undef PACKAGE_NAME
  117. /* Define to the full name and version of this package. */
  118. #undef PACKAGE_STRING
  119. /* Define to the one symbol short name of this package. */
  120. #undef PACKAGE_TARNAME
  121. /* Define to the version of this package. */
  122. #undef PACKAGE_VERSION
  123. /* Define to 1 if the C compiler supports function prototypes. */
  124. #undef PROTOTYPES
  125. /* include code to kludge aroung Livingston RADIUS server 1.16 */
  126. #undef RADIUS_116
  127. /* Define as the return type of signal handlers (`int' or `void'). */
  128. #undef RETSIGTYPE
  129. /* SCP support */
  130. #undef SCP
  131. /* Define to 1 if the `setvbuf' function takes the buffering type as its
  132. second argument and the buffer pointer as the third, as on System V before
  133. release 3. */
  134. #undef SETVBUF_REVERSED
  135. /* If using the C implementation of alloca, define if you know the
  136. direction of stack growth for your system; otherwise it will be
  137. automatically deduced at run-time.
  138. STACK_DIRECTION > 0 => grows toward higher addresses
  139. STACK_DIRECTION < 0 => grows toward lower addresses
  140. STACK_DIRECTION = 0 => direction of growth unknown */
  141. #undef STACK_DIRECTION
  142. /* Define to 1 if you have the ANSI C header files. */
  143. #undef STDC_HEADERS
  144. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  145. #undef TIME_WITH_SYS_TIME
  146. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  147. #undef TM_IN_SYS_TIME
  148. #undef VERSION
  149. /* Define to 1 if your processor stores words with the most significant byte
  150. first (like Motorola and SPARC, unlike Intel and VAX). */
  151. #undef WORDS_BIGENDIAN
  152. /* Define like PROTOTYPES; this can be used by system headers. */
  153. #undef __PROTOTYPES
  154. /* Define to empty if `const' does not conform to ANSI C. */
  155. #undef const
  156. /* Define to `long' if <sys/types.h> does not define. */
  157. #undef off_t
  158. /* Define to `unsigned' if <sys/types.h> does not define. */
  159. #undef size_t