config.h.in 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. /* plugins/config.h.in. Generated automatically from configure.in by autoheader. */
  2. /* Define to empty if the keyword does not work. */
  3. #undef const
  4. /* Define for DGUX with <sys/dg_sys_info.h>. */
  5. #undef DGUX
  6. /* Define if the `getloadavg' function needs to be run setuid or setgid. */
  7. #undef GETLOADAVG_PRIVILEGED
  8. /* Define if your system has its own `getloadavg' function. */
  9. #undef HAVE_GETLOADAVG
  10. /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
  11. #undef HAVE_SYS_WAIT_H
  12. /* Define if your struct nlist has an n_un member. */
  13. #undef NLIST_NAME_UNION
  14. /* Define if you have <nlist.h>. */
  15. #undef NLIST_STRUCT
  16. /* Define to `int' if <sys/types.h> doesn't define. */
  17. #undef pid_t
  18. /* Define as the return type of signal handlers (int or void). */
  19. #undef RETSIGTYPE
  20. /* Define to `unsigned' if <sys/types.h> doesn't define. */
  21. #undef size_t
  22. /* Define if you have the ANSI C header files. */
  23. #undef STDC_HEADERS
  24. /* Define on System V Release 4. */
  25. #undef SVR4
  26. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  27. #undef TIME_WITH_SYS_TIME
  28. /* Define if your <sys/time.h> declares struct tm. */
  29. #undef TM_IN_SYS_TIME
  30. /* Define for Encore UMAX. */
  31. #undef UMAX
  32. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  33. instead of <sys/cpustats.h>. */
  34. #undef UMAX4_3
  35. #undef CGIURL
  36. #undef DF_COMMAND
  37. #undef HAVE_GETOPT_H
  38. #undef HAVE_GETOPT_LONG
  39. #undef HAVE_PROC_LOADAVG
  40. #undef HAVE_PROC_MEMINFO
  41. #undef HAVE_SSL
  42. #undef HAVE_SWAP
  43. #undef NSLOOKUP_COMMAND
  44. #undef PACKAGE_VERSION
  45. #undef PATH_TO_DIG
  46. #undef PATH_TO_FPING
  47. #undef PATH_TO_QSTAT
  48. #undef PATH_TO_SNMPGET
  49. #undef PATH_TO_SNMPGETNEXT
  50. #undef PATH_TO_UPTIME
  51. #undef PING_COMMAND
  52. #undef PING_PACKETS_FIRST
  53. #undef POSIX_STATE_DEFS
  54. #undef PROC_LOADAVG
  55. #undef PROC_MEMINFO
  56. #undef PS_COMMAND
  57. #undef PS_FORMAT
  58. #undef PS_RAW_COMMAND
  59. #undef PS_VARLIST
  60. #undef RSS_COMMAND
  61. #undef RSS_FORMAT
  62. #undef SOCKET_SIZE_TYPE
  63. #undef SSH_COMMAND
  64. #undef SWAP_COMMAND
  65. #undef SWAP_FORMAT
  66. #undef USE_PS_VARS
  67. #undef VSZ_COMMAND
  68. #undef VSZ_FORMAT
  69. #undef WHO_COMMAND
  70. #undef PACKAGE
  71. #undef VERSION
  72. /* Define if you have the getloadavg function. */
  73. #undef HAVE_GETLOADAVG
  74. /* Define if you have the getopt_long_only function. */
  75. #undef HAVE_GETOPT_LONG_ONLY
  76. /* Define if you have the select function. */
  77. #undef HAVE_SELECT
  78. /* Define if you have the socket function. */
  79. #undef HAVE_SOCKET
  80. /* Define if you have the strdup function. */
  81. #undef HAVE_STRDUP
  82. /* Define if you have the strstr function. */
  83. #undef HAVE_STRSTR
  84. /* Define if you have the strtod function. */
  85. #undef HAVE_STRTOD
  86. /* Define if you have the strtol function. */
  87. #undef HAVE_STRTOL
  88. /* Define if you have the strtoul function. */
  89. #undef HAVE_STRTOUL
  90. /* Define if you have the <crypto.h> header file. */
  91. #undef HAVE_CRYPTO_H
  92. /* Define if you have the <err.h> header file. */
  93. #undef HAVE_ERR_H
  94. /* Define if you have the <errno.h> header file. */
  95. #undef HAVE_ERRNO_H
  96. /* Define if you have the <libpq-fe.h> header file. */
  97. #undef HAVE_LIBPQ_FE_H
  98. /* Define if you have the <mach/mach.h> header file. */
  99. #undef HAVE_MACH_MACH_H
  100. /* Define if you have the <mysql/errmsg.h> header file. */
  101. #undef HAVE_MYSQL_ERRMSG_H
  102. /* Define if you have the <mysql/mysql.h> header file. */
  103. #undef HAVE_MYSQL_MYSQL_H
  104. /* Define if you have the <openssl/crypto.h> header file. */
  105. #undef HAVE_OPENSSL_CRYPTO_H
  106. /* Define if you have the <openssl/err.h> header file. */
  107. #undef HAVE_OPENSSL_ERR_H
  108. /* Define if you have the <openssl/pem.h> header file. */
  109. #undef HAVE_OPENSSL_PEM_H
  110. /* Define if you have the <openssl/rsa.h> header file. */
  111. #undef HAVE_OPENSSL_RSA_H
  112. /* Define if you have the <openssl/ssl.h> header file. */
  113. #undef HAVE_OPENSSL_SSL_H
  114. /* Define if you have the <openssl/x509.h> header file. */
  115. #undef HAVE_OPENSSL_X509_H
  116. /* Define if you have the <pem.h> header file. */
  117. #undef HAVE_PEM_H
  118. /* Define if you have the <pgsql/libpq-fe.h> header file. */
  119. #undef HAVE_PGSQL_LIBPQ_FE_H
  120. /* Define if you have the <postgresql/libpq-fe.h> header file. */
  121. #undef HAVE_POSTGRESQL_LIBPQ_FE_H
  122. /* Define if you have the <regex.h> header file. */
  123. #undef HAVE_REGEX_H
  124. /* Define if you have the <rsa.h> header file. */
  125. #undef HAVE_RSA_H
  126. /* Define if you have the <signal.h> header file. */
  127. #undef HAVE_SIGNAL_H
  128. /* Define if you have the <ssl.h> header file. */
  129. #undef HAVE_SSL_H
  130. /* Define if you have the <string.h> header file. */
  131. #undef HAVE_STRING_H
  132. /* Define if you have the <strings.h> header file. */
  133. #undef HAVE_STRINGS_H
  134. /* Define if you have the <sys/loadavg.h> header file. */
  135. #undef HAVE_SYS_LOADAVG_H
  136. /* Define if you have the <sys/socket.h> header file. */
  137. #undef HAVE_SYS_SOCKET_H
  138. /* Define if you have the <sys/time.h> header file. */
  139. #undef HAVE_SYS_TIME_H
  140. /* Define if you have the <sys/types.h> header file. */
  141. #undef HAVE_SYS_TYPES_H
  142. /* Define if you have the <syslog.h> header file. */
  143. #undef HAVE_SYSLOG_H
  144. /* Define if you have the <uio.h> header file. */
  145. #undef HAVE_UIO_H
  146. /* Define if you have the <unistd.h> header file. */
  147. #undef HAVE_UNISTD_H
  148. /* Define if you have the <x509.h> header file. */
  149. #undef HAVE_X509_H
  150. /* Define if you have the crypt library (-lcrypt). */
  151. #undef HAVE_LIBCRYPT
  152. /* Define if you have the crypto library (-lcrypto). */
  153. #undef HAVE_LIBCRYPTO
  154. /* Define if you have the dgc library (-ldgc). */
  155. #undef HAVE_LIBDGC
  156. /* Define if you have the ldap library (-lldap). */
  157. #undef HAVE_LIBLDAP
  158. /* Define if you have the pq library (-lpq). */
  159. #undef HAVE_LIBPQ
  160. /* Define if you have the radiusclient library (-lradiusclient). */
  161. #undef HAVE_LIBRADIUSCLIENT