net-snmp-config.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:48k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /* include/net-snmp/net-snmp-config.h.in.  Generated from configure.in by autoheader.  */
  2. /* modified by hand with care. */
  3. #ifndef NET_SNMP_CONFIG_H
  4. #define NET_SNMP_CONFIG_H
  5. /* Define HAVE_WIN32_PLATFORM_SDK if you have:
  6.  * Microsoft Visual Studio MSVC 6.0 and the Platform SDK (PSDK)
  7.  * Microsoft Visual Studio.Net 2002
  8.  * Microsoft Visual Studio.Net 2003
  9.  * Cygwin
  10.  * MinGW 
  11.  */
  12. /* #undef HAVE_WIN32_PLATFORM_SDK */
  13. #define INSTALL_BASE "c:/usr"
  14. /* config.h:  a general config file */
  15. /* Default (SNMP) version number for the tools to use */
  16. #define DEFAULT_SNMP_VERSION 3
  17. /* don't change these values! */
  18. #define SNMPV1      0xAAAA       /* readable by anyone */
  19. #define SNMPV2ANY   0xA000       /* V2 Any type (includes NoAuth) */
  20. #define SNMPV2AUTH  0x8000       /* V2 Authenticated requests only */
  21. /* default list of mibs to load */
  22. #define DEFAULT_MIBS "IP-MIB;IF-MIB;TCP-MIB;UDP-MIB;HOST-RESOURCES-MIB;SNMPv2-MIB;RFC1213-MIB;NOTIFICATION-LOG-MIB;UCD-SNMP-MIB;UCD-DEMO-MIB;SNMP-TARGET-MIB;NET-SNMP-AGENT-MIB;DISMAN-EVENT-MIB;SNMP-VIEW-BASED-ACM-MIB;SNMP-COMMUNITY-MIB;UCD-DLMOD-MIB;SNMP-FRAMEWORK-MIB;SNMP-MPD-MIB;SNMP-USER-BASED-SM-MIB;SNMP-NOTIFICATION-MIB;SNMPv2-TM"
  23. /* default location to look for mibs to load using the above tokens
  24.    and/or those in the MIBS envrionment variable*/
  25. #define DEFAULT_MIBDIRS INSTALL_BASE ## "/share/snmp/mibs"
  26. /* default mib files to load, specified by path. */
  27. /* #undef DEFAULT_MIBFILES */
  28. /* should we compile to use special opaque types: float, double,
  29.    counter64, i64, ui64, union? */
  30. #define OPAQUE_SPECIAL_TYPES 1
  31. /* comment the next line if you are compiling with libsnmp.h
  32.    and are not using the UC-Davis SNMP library. */
  33. #define UCD_SNMP_LIBRARY 1
  34. /* define if you want to compile support for both authentication and
  35.    privacy support. */
  36. #define SCAPI_AUTHPRIV 1
  37. /* define if you are using the MD5 code ...*/
  38. /* #undef USE_INTERNAL_MD5 */
  39. /* define if you are using the codeS11 library ...*/
  40. /* #undef USE_PKCS */
  41. /* add in recent CMU library extensions (not complete) */
  42. /* #undef CMU_COMPATIBLE */
  43. /* add in recent resource lock functions (not complete) */
  44. /* #undef _REENTRANT */
  45. /* debugging stuff */
  46. /* if defined, we optimize the code to exclude all debugging calls. */
  47. /* #undef SNMP_NO_DEBUGGING */
  48. /* ignore the -D flag and always print debugging information */
  49. #define SNMP_ALWAYS_DEBUG 0
  50. /* reverse encoding BER packets is both faster and more efficient in space. */
  51. #define USE_REVERSE_ASNENCODING       1
  52. #define DEFAULT_ASNENCODING_DIRECTION 1 /* 1 = reverse, 0 = forwards */
  53. /* PERSISTENT_DIRECTORY: If defined, the library is capabile of saving
  54.    persisant information to this directory in the form of configuration
  55.    lines: PERSISTENT_DIRECTORY/NAME.persistent.conf */
  56. #define PERSISTENT_DIRECTORY INSTALL_BASE ## "/snmp/persist"
  57. /* PERSISTENT_MASK: the umask permissions to set up persistent files with */
  58. /* #undef PERSISTENT_MASK -- no win32 umask */
  59. /* AGENT_DIRECTORY_MODE: the mode the agents should use to create
  60.    directories with. Since the data stored here is probably sensitive, it
  61.    probably should be read-only by root/administrator. */
  62. #define AGENT_DIRECTORY_MODE 0700
  63. /* MAX_PERSISTENT_BACKUPS:
  64.  *   The maximum number of persistent backups the library will try to
  65.  *   read from the persistent cache directory.  If an application fails to
  66.  *   close down successfully more than this number of times, data will be lost.
  67.  */
  68. #define MAX_PERSISTENT_BACKUPS 10
  69. /* define if you are embedding perl in the main agent */
  70. /* #undef NETSNMP_EMBEDDED_PERL */
  71. #if notused
  72. /* define the system type include file here */
  73. #define SYSTEM_INCLUDE_FILE <net-snmp/system/generic.h>
  74. /* define the machine (cpu) type include file here */
  75. #define MACHINE_INCLUDE_FILE <net-snmp/machine/generic.h>
  76. #endif
  77. /* SNMPLIBDIR contains important files */
  78. #define SNMPLIBPATH INSTALL_BASE ## "/lib"
  79. #define SNMPSHAREPATH INSTALL_BASE ## "/share/snmp"
  80. #define SNMPCONFPATH INSTALL_BASE ## "/etc/snmp"
  81. #define SNMPDLMODPATH INSTALL_BASE ## "/lib/dlmod"
  82. /* LOGFILE:  If defined it closes stdout/err/in and opens this in out/err's
  83.    place.  (stdin is closed so that sh scripts won't wait for it) */
  84. /* #undef LOGFILE */
  85. /* default system contact */
  86. #define SYS_CONTACT "unknown"
  87. /* system location */
  88. #define SYS_LOC "unknown"
  89. /* Use libwrap to handle allow/deny hosts? */
  90. /* #undef USE_LIBWRAP */
  91. /* Use dmalloc to do malloc debugging? */
  92. /* #undef HAVE_DMALLOC_H */
  93. /* location of UNIX kernel */
  94. #define KERNEL_LOC "unknown"
  95. /* location of mount table list */
  96. #define ETC_MNTTAB "unknown"
  97. /* location of swap device (ok if not found) */
  98. /* #undef DMEM_LOC */
  99. /* Command to generate ps output, the final column must be the process
  100.    name withOUT arguments */
  101. #define PSCMD "/bin/ps"
  102. /* Where is the uname command */
  103. #define UNAMEPROG "/bin/uname"
  104. /* pattern for temporary file names */
  105. #define NETSNMP_TEMP_FILE_PATTERN INSTALL_BASE ## "/temp/snmpdXXXXXX"
  106. /* testing code sections. */
  107. /* #undef SNMP_TESTING_CODE */
  108. /* If you don't have root access don't exit upon kmem errors */
  109. /* #undef NO_ROOT_ACCESS */
  110. /* If we don't want to use kmem. */
  111. /* #undef NO_KMEM_USAGE */
  112. /* If you don't want the agent to report on variables it doesn't have data for */
  113. #define NO_DUMMY_VALUES 1
  114. /* Define if statfs takes 2 args and the second argument has
  115.    type struct fs_data. [Ultrix] */
  116. /* #undef STAT_STATFS_FS_DATA */
  117. /* Define if the TCP timer constants in <netinet/tcp_timer.h>
  118.    depend on the integer variable `hz'.  [FreeBSD 4.x] */
  119. /* #undef TCPTV_NEEDS_HZ */
  120. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  121.    systems. This function is required for `alloca.c' support on those systems.
  122.    */
  123. /* #undef CRAY_STACKSEG_END */
  124. /* Define to 1 if using `alloca.c'. */
  125. /* #undef C_ALLOCA */
  126. /* Define if DES encryption should not be supported */
  127. /* #undef DISABLE_DES */
  128. /* Define if MD5 authentication should not be supported */
  129. /* #undef DISABLE_MD5 */
  130. /* Define if mib loading and parsing code should not be included */
  131. /* #undef DISABLE_MIB_LOADING */
  132. /* Define if SNMPv1 code should not be included */
  133. /* #undef DISABLE_SNMPV1 */
  134. /* Define if SNMPv2c code should not be included */
  135. /* #undef DISABLE_SNMPV2C */
  136. /* Define to 1 if you have the `AES_cfb128_encrypt' function. */
  137. /* #undef HAVE_AES_CFB128_ENCRYPT */
  138. /* Define to 1 if you have `alloca', as a function or macro. */
  139. /* #undef HAVE_ALLOCA */
  140. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  141.    */
  142. /* #undef HAVE_ALLOCA_H */
  143. /* Define to 1 if you have the <arpa/inet.h> header file. */
  144. /* #undef HAVE_ARPA_INET_H */
  145. /* Define to 1 if you have the <asm/page.h> header file. */
  146. /* #undef HAVE_ASM_PAGE_H */
  147. /* Define to 1 if you have the `bcopy' function. */
  148. /* #undef HAVE_BCOPY */
  149. /* Define to 1 if you have the `cgetnext' function. */
  150. /* #undef HAVE_CGETNEXT */
  151. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  152.    */
  153. /* #undef HAVE_DIRENT_H */
  154. /* Define to 1 if you have the <dlfcn.h> header file. */
  155. /* #undef HAVE_DLFCN_H */
  156. /* Define to 1 if you have the `dlopen' function. */
  157. /* #undef HAVE_DLOPEN */
  158. /* Define to 1 if you have the <err.h> header file. */
  159. /* #undef HAVE_ERR_H */
  160. /* Define to 1 if you have the `eval_pv' function. */
  161. /* #undef HAVE_EVAL_PV */
  162. /* Define to 1 if you have the `execv' function. */
  163. /* #undef HAVE_EXECV */
  164. /* Define to 1 if you have the <fcntl.h> header file. */
  165. #define HAVE_FCNTL_H 1
  166. /* Define to 1 if you have the `fork' function. */
  167. /* #undef HAVE_FORK */
  168. /* Define to 1 if you have the <fstab.h> header file. */
  169. /* #undef HAVE_FSTAB_H */
  170. /* Define to 1 if you have the `getaddrinfo' function. */
  171. /* #undef HAVE_GETADDRINFO */
  172. /* Define to 1 if you have the `getdtablesize' function. */
  173. /* #undef HAVE_GETDTABLESIZE */
  174. /* Define to 1 if you have the `getfsstat' function. */
  175. /* #undef HAVE_GETFSSTAT */
  176. /* Define to 1 if you have the `getgrnam' function. */
  177. /* #undef HAVE_GETGRNAM */
  178. /* Define to 1 if you have the `gethostname' function. */
  179. #define HAVE_GETHOSTNAME 1
  180. /* Define to 1 if you have the `getipnodebyname' function. */
  181. /* #undef HAVE_GETIPNODEBYNAME */
  182. /* Define to 1 if you have the `getloadavg' function. */
  183. /* #undef HAVE_GETLOADAVG */
  184. /* Define to 1 if you have the `getmntent' function. */
  185. /* #undef HAVE_GETMNTENT */
  186. /* Define to 1 if you have the <getopt.h> header file. */
  187. /* #undef HAVE_GETOPT_H */
  188. /* Define to 1 if you have the `getpagesize' function. */
  189. /* #undef HAVE_GETPAGESIZE */
  190. /* Define to 1 if you have the `getpid' function. */
  191. #define HAVE_GETPID 1
  192. /* Define to 1 if you have the `getpwnam' function. */
  193. /* #undef HAVE_GETPWNAM */
  194. /* Define to 1 if you have the `gettimeofday' function. */
  195. /* #undef HAVE_GETTIMEOFDAY */
  196. /* Define to 1 if you have the <grp.h> header file. */
  197. /* #undef HAVE_GRP_H */
  198. /* Define to 1 if you have the `if_freenameindex' function. */
  199. /* #undef HAVE_IF_FREENAMEINDEX */
  200. /* Define to 1 if you have the `if_nameindex' function. */
  201. /* #undef HAVE_IF_NAMEINDEX */
  202. /* Define to 1 if you have the `index' function. */
  203. /* #undef HAVE_INDEX */
  204. /* Define to 1 if you have the <inet/mib2.h> header file. */
  205. /* #undef HAVE_INET_MIB2_H */
  206. /* Define to 1 if the system has the type `int32_t'. */
  207. #define HAVE_INT32_T 1
  208. /* define if you have type uint32_t */
  209. #define HAVE_UINT32_T 1
  210. /* define if you have type u_int32_t */
  211. #undef HAVE_U_INT32_T
  212. /* define if you have type int64_t */
  213. #define HAVE_INT64_T 1
  214. /* define if you have type uint64_t */
  215. #define HAVE_UINT64_T 1
  216. /* define if you have type u_int64_t */
  217. #undef HAVE_U_INT64_T
  218. /* Define to 1 if you have the <inttypes.h> header file. */
  219. /* #undef HAVE_INTTYPES_H */
  220. /* Define to 1 if you have the <ioctls.h> header file. */
  221. /* #undef HAVE_IOCTLS_H */
  222. /* Define to 1 if you have the <io.h> header file. */
  223. #define HAVE_IO_H 1
  224. /* Define to 1 if you have the `knlist' function. */
  225. /* #undef HAVE_KNLIST */
  226. /* Define to 1 if you have the <kstat.h> header file. */
  227. /* #undef HAVE_KSTAT_H */
  228. /* Define to 1 if you have the `kvm_getprocs' function. */
  229. /* #undef HAVE_KVM_GETPROCS */
  230. /* Define to 1 if you have the <kvm.h> header file. */
  231. /* #undef HAVE_KVM_H */
  232. /* Define to 1 if you have the `kvm_openfiles' function. */
  233. /* #undef HAVE_KVM_OPENFILES */
  234. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  235. /* #undef HAVE_LIBCRYPTO */
  236. /* Define to 1 if you have the `dl' library (-ldl). */
  237. /* #undef HAVE_LIBDL */
  238. /* Define to 1 if you have the `efence' library (-lefence). */
  239. /* #undef HAVE_LIBEFENCE */
  240. /* Define to 1 if you have the `elf' library (-lelf). */
  241. /* #undef HAVE_LIBELF */
  242. /* Define to 1 if you have the `kstat' library (-lkstat). */
  243. /* #undef HAVE_LIBKSTAT */
  244. /* Define to 1 if you have the `kvm' library (-lkvm). */
  245. /* #undef HAVE_LIBKVM */
  246. /* Define to 1 if you have the `m' library (-lm). */
  247. /* #undef HAVE_LIBM */
  248. /* Define to 1 if you have the `mld' library (-lmld). */
  249. /* #undef HAVE_LIBMLD */
  250. /* Define to 1 if you have the `nsl' library (-lnsl). */
  251. /* #undef HAVE_LIBNSL */
  252. /* Define to 1 if you have the <libperfstat.h> header file. */
  253. /* #undef HAVE_LIBPERFSTAT_H */
  254. /* Define to 1 if you have the `pkcs11' library (-lpkcs11). */
  255. /* #undef HAVE_LIBPKCS11 */
  256. /* Define to 1 if you have the `RSAglue' library (-lRSAglue). */
  257. /* #undef HAVE_LIBRSAGLUE */
  258. /* Define to 1 if you have the `rsaref' library (-lrsaref). */
  259. /* #undef HAVE_LIBRSAREF */
  260. /* Define to 1 if you have the `sensors' library (-lsensors). */
  261. /* #undef HAVE_LIBSENSORS */
  262. /* Define to 1 if you have the `z' library (-lz). */
  263. /* #undef HAVE_LIBZ */
  264. /* Define to 1 if you have the <limits.h> header file. */
  265. #define HAVE_LIMITS_H 1
  266. /* Define to 1 if you have the <linux/hdreg.h> header file. */
  267. /* #undef HAVE_LINUX_HDREG_H */
  268. /* Define to 1 if you have the <linux/tasks.h> header file. */
  269. /* #undef HAVE_LINUX_TASKS_H */
  270. /* Define to 1 if you have the <locale.h> header file. */
  271. #define HAVE_LOCALE_H 1
  272. /* Define to 1 if you have the `lrand48' function. */
  273. /* #undef HAVE_LRAND48 */
  274. /* Define to 1 if you have the <machine/param.h> header file. */
  275. /* #undef HAVE_MACHINE_PARAM_H */
  276. /* Define to 1 if you have the <machine/pte.h> header file. */
  277. /* #undef HAVE_MACHINE_PTE_H */
  278. /* Define to 1 if you have the <machine/types.h> header file. */
  279. /* #undef HAVE_MACHINE_TYPES_H */
  280. /* Define to 1 if you have the <malloc.h> header file. */
  281. #define HAVE_MALLOC_H 1
  282. /* Define to 1 if you have the `memcpy' function. */
  283. #define HAVE_MEMCPY 1
  284. /* Define to 1 if you have the `memmove' function. */
  285. #define HAVE_MEMMOVE 1
  286. /* Define to 1 if you have the <memory.h> header file. */
  287. #define HAVE_MEMORY_H 1
  288. /* Define to 1 if you have the `mkstemp' function. */
  289. /* #undef HAVE_MKSTEMP */
  290. /* Define to 1 if you have the `mktime' function. */
  291. /* #undef HAVE_MKTIME */
  292. /* Define to 1 if you have the <mntent.h> header file. */
  293. /* #undef HAVE_MNTENT_H */
  294. /* Define to 1 if you have the <mtab.h> header file. */
  295. /* #undef HAVE_MTAB_H */
  296. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  297. /* #undef HAVE_NDIR_H */
  298. /* Define to 1 if you have the <netdb.h> header file. */
  299. /* #undef HAVE_NETDB_H */
  300. /* Define to 1 if you have the <netinet6/in6_pcb.h> header file. */
  301. /* #undef HAVE_NETINET6_IN6_PCB_H */
  302. /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
  303. /* #undef HAVE_NETINET6_IN6_VAR_H */
  304. /* Define to 1 if you have the <netinet6/ip6_var.h> header file. */
  305. /* #undef HAVE_NETINET6_IP6_VAR_H */
  306. /* Define to 1 if you have the <netinet6/nd6.h> header file. */
  307. /* #undef HAVE_NETINET6_ND6_H */
  308. /* Define to 1 if you have the <netinet6/tcp6_fsm.h> header file. */
  309. /* #undef HAVE_NETINET6_TCP6_FSM_H */
  310. /* Define to 1 if you have the <netinet6/tcp6.h> header file. */
  311. /* #undef HAVE_NETINET6_TCP6_H */
  312. /* Define to 1 if you have the <netinet6/tcp6_timer.h> header file. */
  313. /* #undef HAVE_NETINET6_TCP6_TIMER_H */
  314. /* Define to 1 if you have the <netinet6/tcp6_var.h> header file. */
  315. /* #undef HAVE_NETINET6_TCP6_VAR_H */
  316. /* Define to 1 if you have the <netinet/icmp_var.h> header file. */
  317. /* #undef HAVE_NETINET_ICMP_VAR_H */
  318. /* Define to 1 if you have the <netinet/if_ether.h> header file. */
  319. /* #undef HAVE_NETINET_IF_ETHER_H */
  320. /* Define to 1 if you have the <netinet/in.h> header file. */
  321. /* #undef HAVE_NETINET_IN_H */
  322. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  323. /* #undef HAVE_NETINET_IN_SYSTM_H */
  324. /* Define to 1 if you have the <netinet/in_var.h> header file. */
  325. /* #undef HAVE_NETINET_IN_VAR_H */
  326. /* Define to 1 if you have the <netinet/ip6.h> header file. */
  327. /* #undef HAVE_NETINET_IP6_H */
  328. /* Define to 1 if you have the <netinet/ip.h> header file. */
  329. /* #undef HAVE_NETINET_IP_H */
  330. /* Define to 1 if you have the <netinet/ip_icmp.h> header file. */
  331. /* #undef HAVE_NETINET_IP_ICMP_H */
  332. /* Define to 1 if you have the <netinet/ip_var.h> header file. */
  333. /* #undef HAVE_NETINET_IP_VAR_H */
  334. /* Define to 1 if you have the <netinet/tcpip.h> header file. */
  335. /* #undef HAVE_NETINET_TCPIP_H */
  336. /* Define to 1 if you have the <netinet/tcp_fsm.h> header file. */
  337. /* #undef HAVE_NETINET_TCP_FSM_H */
  338. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  339. /* #undef HAVE_NETINET_TCP_H */
  340. /* Define to 1 if you have the <netinet/tcp_timer.h> header file. */
  341. /* #undef HAVE_NETINET_TCP_TIMER_H */
  342. /* Define to 1 if you have the <netinet/tcp_var.h> header file. */
  343. /* #undef HAVE_NETINET_TCP_VAR_H */
  344. /* Define to 1 if you have the <netinet/udp.h> header file. */
  345. /* #undef HAVE_NETINET_UDP_H */
  346. /* Define to 1 if you have the <netinet/udp_var.h> header file. */
  347. /* #undef HAVE_NETINET_UDP_VAR_H */
  348. /* Define to 1 if you have the <netipx/ipx.h> header file. */
  349. /* #undef HAVE_NETIPX_IPX_H */
  350. /* Define to 1 if you have the <net/if_dl.h> header file. */
  351. /* #undef HAVE_NET_IF_DL_H */
  352. /* Define to 1 if you have the <net/if.h> header file. */
  353. /* #undef HAVE_NET_IF_H */
  354. /* Define to 1 if you have the <net/if_mib.h> header file. */
  355. /* #undef HAVE_NET_IF_MIB_H */
  356. /* Define to 1 if you have the <net/if_types.h> header file. */
  357. /* #undef HAVE_NET_IF_TYPES_H */
  358. /* Define to 1 if you have the <net/if_var.h> header file. */
  359. /* #undef HAVE_NET_IF_VAR_H */
  360. /* Define to 1 if you have the <net/route.h> header file. */
  361. /* #undef HAVE_NET_ROUTE_H */
  362. /* Define to 1 if you have the `nlist' function. */
  363. /* #undef HAVE_NLIST */
  364. /* Define to 1 if you have the <nlist.h> header file. */
  365. /* #undef HAVE_NLIST_H */
  366. /* Define to 1 if you have the <openssl/aes.h> header file. */
  367. /* #undef HAVE_OPENSSL_AES_H */
  368. /* Define to 1 if you have the <openssl/des.h> header file. */
  369. /* #undef HAVE_OPENSSL_DES_H */
  370. /* Define to 1 if you have the <openssl/dh.h> header file. */
  371. /* #undef HAVE_OPENSSL_DH_H */
  372. /* Define to 1 if you have the <openssl/evp.h> header file. */
  373. /* #undef HAVE_OPENSSL_EVP_H */
  374. /* Define to 1 if you have the <openssl/hmac.h> header file. */
  375. /* #undef HAVE_OPENSSL_HMAC_H */
  376. /* Define to 1 if you have the <osreldate.h> header file. */
  377. /* #undef HAVE_OSRELDATE_H */
  378. /* Define to 1 if you have the `perl_eval_pv' function. */
  379. /* #undef HAVE_PERL_EVAL_PV */
  380. /* Define to 1 if you have the <pkginfo.h> header file. */
  381. /* #undef HAVE_PKGINFO_H */
  382. /* Define to 1 if you have the <pkglocs.h> header file. */
  383. /* #undef HAVE_PKGLOCS_H */
  384. /* Define if you have <process.h> header file. (Win32-getpid) */
  385. #define HAVE_PROCESS_H 1
  386. /* Define to 1 if you have the <pthread.h> header file. */
  387. /* #undef HAVE_PTHREAD_H */
  388. /* Define to 1 if you have the <pwd.h> header file. */
  389. /* #undef HAVE_PWD_H */
  390. /* Define to 1 if you have the `rand' function. */
  391. #define HAVE_RAND 1
  392. /* Define to 1 if you have the `random' function. */
  393. #define HAVE_RAND 1
  394. /* Define to 1 if you have the `regcomp' function. */
  395. /* #undef HAVE_REGCOMP */
  396. /* Define to 1 if you have the <regex.h> header file. */
  397. /* #undef HAVE_REGEX_H */
  398. /* Define to 1 if you have the `rpmGetPath' function. */
  399. /* #undef HAVE_RPMGETPATH */
  400. /* Define to 1 if you have the <rpmio.h> header file. */
  401. /* #undef HAVE_RPMIO_H */
  402. /* Define to 1 if you have the <rpm/rpmio.h> header file. */
  403. /* #undef HAVE_RPM_RPMIO_H */
  404. /* Define to 1 if you have the <search.h> header file. */
  405. #define HAVE_SEARCH_H 1
  406. /* Define to 1 if you have the <security/cryptoki.h> header file. */
  407. /* #undef HAVE_SECURITY_CRYPTOKI_H */
  408. /* Define to 1 if you have the `select' function. */
  409. /* #undef HAVE_SELECT */
  410. /* Define to 1 if you have the `setenv' function. */
  411. /* #undef HAVE_SETENV */
  412. /* Define to 1 if you have the `setgid' function. */
  413. /* #undef HAVE_SETGID */
  414. /* Define to 1 if you have the `setgroups' function. */
  415. /* #undef HAVE_SETGROUPS */
  416. /* Define to 1 if you have the `setitimer' function. */
  417. /* #undef HAVE_SETITIMER */
  418. /* Define to 1 if you have the `setlocale' function. */
  419. #define HAVE_SETLOCALE 1
  420. /* Define to 1 if you have the `setmntent' function. */
  421. /* #undef HAVE_SETMNTENT */
  422. /* Define to 1 if you have the `setsid' function. */
  423. /* #undef HAVE_SETSID */
  424. /* Define to 1 if you have the `setuid' function. */
  425. /* #undef HAVE_SETUID */
  426. /* Define to 1 if you have the <sgtty.h> header file. */
  427. /* #undef HAVE_SGTTY_H */
  428. /* Define to 1 if you have the `sigaction' function. */
  429. /* #undef HAVE_SIGACTION */
  430. /* Define to 1 if you have the `sigalrm' function. */
  431. /* #undef HAVE_SIGALRM */
  432. /* Define to 1 if you have the `sigblock' function. */
  433. /* #undef HAVE_SIGBLOCK */
  434. /* Define to 1 if you have the `sighold' function. */
  435. /* #undef HAVE_SIGHOLD */
  436. /* Define to 1 if you have the `signal' function. */
  437. /* #undef HAVE_SIGNAL */
  438. /* Define to 1 if you have the `sigset' function. */
  439. /* #undef HAVE_SIGSET */
  440. /* Define to 1 if you have the `snprintf' function. */
  441. #define HAVE_SNPRINTF 1
  442. /* Define to 1 if you have the `socket' function. */
  443. #define HAVE_SOCKET 1
  444. /* Define to 1 if you have the `statfs' function. */
  445. /* #undef HAVE_STATFS */
  446. /* Define to 1 if you have the `statvfs' function. */
  447. /* #undef HAVE_STATVFS */
  448. /* Define to 1 if you have the <stdarg.h> header file. */
  449. #define HAVE_STDARG_H 1
  450. /* Define to 1 if you have the <stdint.h> header file. */
  451. /* #undef HAVE_STDINT_H */
  452. /* Define to 1 if you have the <stdlib.h> header file. */
  453. #define HAVE_STDLIB_H 1
  454. /* Define to 1 if you have the `stime' function. */
  455. /* #undef HAVE_STIME */
  456. /* Define to 1 if you have the `strcasestr' function. */
  457. /* #undef HAVE_STRCASESTR */
  458. /* Define to 1 if you have the `strchr' function. */
  459. #define HAVE_STRCHR 1
  460. /* Define to 1 if you have the `strdup' function. */
  461. #define HAVE_STRDUP 1
  462. /* Define to 1 if you have the `strerror' function. */
  463. #define HAVE_STRERROR 1
  464. /* Define to 1 if you have the <strings.h> header file. */
  465. /* #undef HAVE_STRINGS_H */
  466. /* Define to 1 if you have the <string.h> header file. */
  467. #define HAVE_STRING_H 1
  468. /* Define to 1 if you have the `strlcpy' function. */
  469. /* #undef HAVE_STRLCPY */
  470. /* Define to 1 if you have the `strncasecmp' function. */
  471. /* #undef HAVE_STRNCASECMP */
  472. /* Define to 1 if you have the `strtol' function. */
  473. #define HAVE_STRTOL 1
  474. /* Define to 1 if you have the `strtoul' function. */
  475. #define HAVE_STRTOUL 1
  476. /* Define to 1 if you have the <syslog.h> header file. */
  477. /* #undef HAVE_SYSLOG_H */
  478. /* Define to 1 if you have the `system' function. */
  479. #define HAVE_SYSTEM 1
  480. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  481. /* #undef HAVE_SYS_CDEFS_H */
  482. /* Define to 1 if you have the <sys/conf.h> header file. */
  483. /* #undef HAVE_SYS_CONF_H */
  484. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  485.    */
  486. /* #undef HAVE_SYS_DIR_H */
  487. /* Define to 1 if you have the <sys/diskio.h> header file. */
  488. /* #undef HAVE_SYS_DISKIO_H */
  489. /* Define to 1 if you have the <sys/dkio.h> header file. */
  490. /* #undef HAVE_SYS_DKIO_H */
  491. /* Define to 1 if you have the <sys/dmap.h> header file. */
  492. /* #undef HAVE_SYS_DMAP_H */
  493. /* Define to 1 if you have the <sys/file.h> header file. */
  494. /* #undef HAVE_SYS_FILE_H */
  495. /* Define to 1 if you have the <sys/filio.h> header file. */
  496. /* #undef HAVE_SYS_FILIO_H */
  497. /* Define to 1 if you have the <sys/fixpoint.h> header file. */
  498. /* #undef HAVE_SYS_FIXPOINT_H */
  499. /* Define to 1 if you have the <sys/fs.h> header file. */
  500. /* #undef HAVE_SYS_FS_H */
  501. /* Define to 1 if you have the <sys/hashing.h> header file. */
  502. /* #undef HAVE_SYS_HASHING_H */
  503. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  504. /* #undef HAVE_SYS_IOCTL_H */
  505. /* Define to 1 if you have the <sys/loadavg.h> header file. */
  506. /* #undef HAVE_SYS_LOADAVG_H */
  507. /* Define to 1 if you have the <sys/mbuf.h> header file. */
  508. /* #undef HAVE_SYS_MBUF_H */
  509. /* Define to 1 if you have the <sys/mntent.h> header file. */
  510. /* #undef HAVE_SYS_MNTENT_H */
  511. /* Define to 1 if you have the <sys/mnttab.h> header file. */
  512. /* #undef HAVE_SYS_MNTTAB_H */
  513. /* Define to 1 if you have the <sys/mount.h> header file. */
  514. /* #undef HAVE_SYS_MOUNT_H */
  515. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  516.    */
  517. /* #undef HAVE_SYS_NDIR_H */
  518. /* Define to 1 if you have the <sys/param.h> header file. */
  519. /* #undef HAVE_SYS_PARAM_H */
  520. /* Define to 1 if you have the <sys/pool.h> header file. */
  521. /* #undef HAVE_SYS_POOL_H */
  522. /* Define to 1 if you have the <sys/proc.h> header file. */
  523. /* #undef HAVE_SYS_PROC_H */
  524. /* Define to 1 if you have the <sys/protosw.h> header file. */
  525. /* #undef HAVE_SYS_PROTOSW_H */
  526. /* Define to 1 if you have the <sys/pstat.h> header file. */
  527. /* #undef HAVE_SYS_PSTAT_H */
  528. /* Define to 1 if you have the <sys/queue.h> header file. */
  529. /* #undef HAVE_SYS_QUEUE_H */
  530. /* Define to 1 if you have the <sys/select.h> header file. */
  531. /* #undef HAVE_SYS_SELECT_H */
  532. /* Define to 1 if you have the <sys/socketvar.h> header file. */
  533. /* #undef HAVE_SYS_SOCKETVAR_H */
  534. /* Define to 1 if you have the <sys/socket.h> header file. */
  535. /* #undef HAVE_SYS_SOCKET_H */
  536. /* Define to 1 if you have the <sys/sockio.h> header file. */
  537. /* #undef HAVE_SYS_SOCKIO_H */
  538. /* Define to 1 if you have the <sys/statfs.h> header file. */
  539. /* #undef HAVE_SYS_STATFS_H */
  540. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  541. /* #undef HAVE_SYS_STATVFS_H */
  542. /* Define to 1 if you have the <sys/stat.h> header file. */
  543. #define HAVE_SYS_STAT_H 1
  544. /* Define to 1 if you have the <sys/stream.h> header file. */
  545. /* #undef HAVE_SYS_STREAM_H */
  546. /* Define to 1 if you have the <sys/swap.h> header file. */
  547. /* #undef HAVE_SYS_SWAP_H */
  548. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  549. /* #undef HAVE_SYS_SYSCTL_H */
  550. /* Define to 1 if you have the <sys/sysmp.h> header file. */
  551. /* #undef HAVE_SYS_SYSMP_H */
  552. /* Define to 1 if you have the <sys/tcpipstats.h> header file. */
  553. /* #undef HAVE_SYS_TCPIPSTATS_H */
  554. /* Define to 1 if you have the <sys/time.h> header file. */
  555. /* #undef HAVE_SYS_TIME_H */
  556. /* Define to 1 if you have the <sys/types.h> header file. */
  557. #define HAVE_SYS_TYPES_H 1
  558. /* Define to 1 if you have the <sys/un.h> header file. */
  559. /* #undef HAVE_SYS_UN_H */
  560. /* Define to 1 if you have the <sys/user.h> header file. */
  561. /* #undef HAVE_SYS_USER_H */
  562. /* Define to 1 if you have the <sys/utsname.h> header file. */
  563. /* #undef HAVE_SYS_UTSNAME_H */
  564. /* Define to 1 if you have the <sys/vfs.h> header file. */
  565. /* #undef HAVE_SYS_VFS_H */
  566. /* Define to 1 if you have the <sys/vmmac.h> header file. */
  567. /* #undef HAVE_SYS_VMMAC_H */
  568. /* Define to 1 if you have the <sys/vmmeter.h> header file. */
  569. /* #undef HAVE_SYS_VMMETER_H */
  570. /* Define to 1 if you have the <sys/vmparam.h> header file. */
  571. /* #undef HAVE_SYS_VMPARAM_H */
  572. /* Define to 1 if you have the <sys/vmsystm.h> header file. */
  573. /* #undef HAVE_SYS_VMSYSTM_H */
  574. /* Define to 1 if you have the <sys/vm.h> header file. */
  575. /* #undef HAVE_SYS_VM_H */
  576. /* Define to 1 if you have the <sys/vnode.h> header file. */
  577. /* #undef HAVE_SYS_VNODE_H */
  578. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  579. /* #undef HAVE_SYS_WAIT_H */
  580. /* Define to 1 if you have the `tcgetattr' function. */
  581. /* #undef HAVE_TCGETATTR */
  582. /* Define to 1 if you have the <ufs/ffs/fs.h> header file. */
  583. /* #undef HAVE_UFS_FFS_FS_H */
  584. /* Define to 1 if you have the <ufs/fs.h> header file. */
  585. /* #undef HAVE_UFS_FS_H */
  586. /* Define to 1 if you have the <ufs/ufs/dinode.h> header file. */
  587. /* #undef HAVE_UFS_UFS_DINODE_H */
  588. /* Define to 1 if you have the <ufs/ufs/inode.h> header file. */
  589. /* #undef HAVE_UFS_UFS_INODE_H */
  590. /* Define to 1 if you have the <ufs/ufs/quota.h> header file. */
  591. /* #undef HAVE_UFS_UFS_QUOTA_H */
  592. /* Define to 1 if you have the `uname' function. */
  593. /* #undef HAVE_UNAME */
  594. /* Define to 1 if you have the <unistd.h> header file. */
  595. /* #undef HAVE_UNISTD_H */
  596. /* Define to 1 if you have the `usleep' function. */
  597. /* #undef HAVE_USLEEP */
  598. /* Define to 1 if you have the <utmpx.h> header file. */
  599. /* #undef HAVE_UTMPX_H */
  600. /* Define to 1 if you have the <utsname.h> header file. */
  601. /* #undef HAVE_UTSNAME_H */
  602. /* Define to 1 if you have the <uvm/uvm_extern.h> header file. */
  603. /* #undef HAVE_UVM_UVM_EXTERN_H */
  604. /* Define to 1 if you have the <uvm/uvm_param.h> header file. */
  605. /* #undef HAVE_UVM_UVM_PARAM_H */
  606. /* Define to 1 if you have the <vm/swap_pager.h> header file. */
  607. /* #undef HAVE_VM_SWAP_PAGER_H */
  608. /* Define to 1 if you have the <vm/vm_extern.h> header file. */
  609. /* #undef HAVE_VM_VM_EXTERN_H */
  610. /* Define to 1 if you have the <vm/vm.h> header file. */
  611. /* #undef HAVE_VM_VM_H */
  612. /* Define to 1 if you have the <vm/vm_param.h> header file. */
  613. /* #undef HAVE_VM_VM_PARAM_H */
  614. /* Define to 1 if you have the `vsnprintf' function. */
  615. #define HAVE_VSNPRINTF 1
  616. /* Define to 1 if you have the <winsock.h> header file. */
  617. #define HAVE_WINSOCK_H 1
  618. /* Define to 1 if you have the <xti.h> header file. */
  619. /* #undef HAVE_XTI_H */
  620. /* Define to the address where bug reports for this package should be sent. */
  621. /* #undef PACKAGE_BUGREPORT */
  622. /* Define to the full name of this package. */
  623. #define PACKAGE_NAME "Net-SNMP"
  624. /* Define to the full name and version of this package. */
  625. /* #undef PACKAGE_STRING */
  626. /* Define to the one symbol short name of this package. */
  627. #define PACKAGE_TARNAME "net-snmp"
  628. /* Define to the version of this package. */
  629. /* #undef PACKAGE_VERSION */
  630. /* Define as the return type of signal handlers (`int' or `void'). */
  631. #define RETSIGTYPE void
  632. /* The size of a `int', as computed by sizeof. */
  633. #define SIZEOF_INT 4
  634. /* The size of a `long', as computed by sizeof. */
  635. #define SIZEOF_LONG 4
  636. /* The size of a `long long', as computed by sizeof. */
  637. #define SIZEOF_LONG_LONG 8
  638. /* The size of a `short', as computed by sizeof. */
  639. #define SIZEOF_SHORT 2
  640. /* If using the C implementation of alloca, define if you know the
  641.    direction of stack growth for your system; otherwise it will be
  642.    automatically deduced at run-time.
  643.         STACK_DIRECTION > 0 => grows toward higher addresses
  644.         STACK_DIRECTION < 0 => grows toward lower addresses
  645.         STACK_DIRECTION = 0 => direction of growth unknown */
  646. /* #undef STACK_DIRECTION */
  647. /* Define to 1 if you have the ANSI C header files. */
  648. #define STDC_HEADERS 1
  649. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  650. #define TIME_WITH_SYS_TIME 1
  651. /* Define to 1 if your processor stores words with the most significant byte
  652.    first (like Motorola and SPARC, unlike Intel and VAX). */
  653. /* #undef WORDS_BIGENDIAN */
  654. /* Define to 1 if on AIX 3.
  655.    System headers sometimes define this.
  656.    We just want to avoid a redefinition error message.  */
  657. #ifndef _ALL_SOURCE
  658. /* # undef _ALL_SOURCE */
  659. #endif
  660. /* Define to empty if `const' does not conform to ANSI C. */
  661. /* #undef const */
  662. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  663.    if it is not supported. */
  664. #define inline __inline
  665. /* Define to `long' if <sys/types.h> does not define. */
  666. /* #undef off_t */
  667. /* Define to `int' if <sys/types.h> does not define. */
  668. /* #undef pid_t */
  669. /* define if you have getdevs() */
  670. /* #undef HAVE_GETDEVS */
  671. /* define if you have devstat_getdevs() */
  672. /* #undef HAVE_DEVSTAT_GETDEVS */
  673. /* define if you have <netinet/in_pcb.h> */
  674. /* #undef HAVE_NETINET_IN_PCB_H */
  675. /* define if you have <sys/disklabel.h> */
  676. /* #undef HAVE_SYS_DISKLABEL_H */
  677. /* define if you are using linux and /proc/net/dev has the compressed
  678.    field, which exists in linux kernels 2.2 and greater. */
  679. /* #undef PROC_NET_DEV_HAS_COMPRESSED */
  680. /* define rtentry to ortentry on SYSV machines (alphas) */
  681. #define RTENTRY rtentry;
  682. /* Use BSD 4.4 routing table entries? */
  683. /* #undef RTENTRY_4_4 */
  684. /* Does struct sigaction have a sa_sigaction field? */
  685. /* #undef STRUCT_SIGACTION_HAS_SA_SIGACTION */
  686. /* Does struct sockaddr have a sa_len field? */
  687. /* #undef STRUCT_SOCKADDR_HAS_SA_LEN */
  688. /* Does struct sockaddr have a sa_family2 field? */
  689. /* #undef STRUCT_SOCKADDR_HAS_SA_UNION_SA_GENERIC_SA_FAMILY2 */
  690. /* Does struct in6_addr have a s6_un.sa6_ladd field? */
  691. /* #undef STRUCT_IN6_ADDR_HAS_S6_UN_SA6_LADDR */
  692. /* rtentry structure tests */
  693. /* #undef RTENTRY_RT_NEXT */
  694. /* #undef STRUCT_RTENTRY_HAS_RT_DST */
  695. /* #undef STRUCT_RTENTRY_HAS_RT_UNIT */
  696. /* #undef STRUCT_RTENTRY_HAS_RT_USE */
  697. /* #undef STRUCT_RTENTRY_HAS_RT_REFCNT */
  698. /* #undef STRUCT_RTENTRY_HAS_RT_HASH */
  699. /* ifnet structure tests */
  700. /* #undef STRUCT_IFNET_HAS_IF_BAUDRATE */
  701. /* #undef STRUCT_IFNET_HAS_IF_BAUDRATE_IFS_VALUE */
  702. /* #undef STRUCT_IFNET_HAS_IF_SPEED */
  703. /* #undef STRUCT_IFNET_HAS_IF_TYPE */
  704. /* #undef STRUCT_IFNET_HAS_IF_IMCASTS */
  705. /* #undef STRUCT_IFNET_HAS_IF_IQDROPS */
  706. /* #undef STRUCT_IFNET_HAS_IF_LASTCHANGE_TV_SEC */
  707. /* #undef STRUCT_IFNET_HAS_IF_NOPROTO */
  708. /* #undef STRUCT_IFNET_HAS_IF_OMCASTS */
  709. /* #undef STRUCT_IFNET_HAS_IF_XNAME */
  710. /* #undef STRUCT_IFNET_HAS_IF_OBYTES */
  711. /* #undef STRUCT_IFNET_HAS_IF_IBYTES */
  712. /* #undef STRUCT_IFNET_HAS_IF_ADDRLIST */
  713. /* tcpstat.tcps_rcvmemdrop */
  714. /* #undef STRUCT_TCPSTAT_HAS_TCPS_RCVMEMDROP */
  715. /* udpstat.udps_discard */
  716. /* #undef STRUCT_UDPSTAT_HAS_UDPS_DISCARD */
  717. /* udpstat.udps_discard */
  718. /* #undef STRUCT_UDPSTAT_HAS_UDPS_NOPORT */
  719. /* udpstat.udps_discard */
  720. /* #undef STRUCT_UDPSTAT_HAS_UDPS_NOPORTBCAST */
  721. /* udpstat.udps_discard */
  722. /* #undef STRUCT_UDPSTAT_HAS_UDPS_FULLSOCK */
  723. /* arphd.at_next */
  724. /* #undef STRUCT_ARPHD_HAS_AT_NEXT */
  725. /* ifaddr.ifa_next */
  726. /* #undef STRUCT_IFADDR_HAS_IFA_NEXT */
  727. /* ifnet.if_mtu */
  728. /* #undef STRUCT_IFNET_HAS_IF_MTU */
  729. /* swdevt.sw_nblksenabled */
  730. /* #undef STRUCT_SWDEVT_HAS_SW_NBLKSENABLED */
  731. /* nlist.n_value */
  732. /* #undef STRUCT_NLIST_HAS_N_VALUE */
  733. /* ipstat structure tests */
  734. /* #undef STRUCT_IPSTAT_HAS_IPS_CANTFORWARD */
  735. /* #undef STRUCT_IPSTAT_HAS_IPS_CANTFRAG */
  736. /* #undef STRUCT_IPSTAT_HAS_IPS_DELIVERED */
  737. /* #undef STRUCT_IPSTAT_HAS_IPS_FRAGDROPPED */
  738. /* #undef STRUCT_IPSTAT_HAS_IPS_FRAGTIMEOUT */
  739. /* #undef STRUCT_IPSTAT_HAS_IPS_LOCALOUT */
  740. /* #undef STRUCT_IPSTAT_HAS_IPS_NOPROTO */
  741. /* #undef STRUCT_IPSTAT_HAS_IPS_NOROUTE */
  742. /* #undef STRUCT_IPSTAT_HAS_IPS_ODROPPED */
  743. /* #undef STRUCT_IPSTAT_HAS_IPS_OFRAGMENTS */
  744. /* #undef STRUCT_IPSTAT_HAS_IPS_REASSEMBLED */
  745. /* vfsstat.f_frsize */
  746. /* #undef STRUCT_STATVFS_HAS_F_FRSIZE */
  747. /* vfsstat.f_files */
  748. /* #undef STRUCT_STATVFS_HAS_F_FILES */
  749. /* statfs inode structure tests*/
  750. /* #undef STRUCT_STATFS_HAS_F_FILES */
  751. /* #undef STRUCT_STATFS_HAS_F_FFREE */
  752. /* #undef STRUCT_STATFS_HAS_F_FAVAIL */
  753. /* des_ks_struct.weak_key */
  754. /* #undef STRUCT_DES_KS_STRUCT_HAS_WEAK_KEY */
  755. /* ifnet needs to have _KERNEL defined */
  756. /* #undef IFNET_NEEDS_KERNEL */
  757. /* sysctl works to get boottime, etc... */
  758. /* #undef CAN_USE_SYSCTL */
  759. /* type check for in_addr_t */
  760. /* #undef in_addr_t */
  761. /* define if SIOCGIFADDR exists in sys/ioctl.h */
  762. /* #undef SYS_IOCTL_H_HAS_SIOCGIFADDR */
  763. /* define if your compiler (processor) defines __FUNCTION__ for you */
  764. /* #undef HAVE_CPP_UNDERBAR_FUNCTION_DEFINED */
  765. /* Mib-2 tree Info */
  766. /* These are the system information variables. */
  767. #define VERS_DESC   "unknown"             /* overridden at run time */
  768. #define SYS_NAME    "unknown"             /* overridden at run time */
  769. /* comment out the second define to turn off functionality for any of
  770.    these: (See README for details) */
  771. /*   proc PROCESSNAME [MAX] [MIN] */
  772. #define PROCMIBNUM 2
  773. /*   exec/shell NAME COMMAND      */
  774. #define SHELLMIBNUM 8
  775. /*   swap MIN                     */
  776. #define MEMMIBNUM 4
  777. /*   disk DISK MINSIZE            */
  778. #define DISKMIBNUM 9
  779. /*   load 1 5 15                  */
  780. #define LOADAVEMIBNUM 10
  781. /* which version are you using? This mibloc will tell you */
  782. #define VERSIONMIBNUM 100
  783. /* Reports errors the agent runs into */
  784. /* (typically its "can't fork, no mem" problems) */
  785. #define ERRORMIBNUM 101
  786. /* The sub id of EXTENSIBLEMIB returned to queries of
  787.    .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID.0 */
  788. #define AGENTID 250
  789. /* This ID is returned after the AGENTID above.  IE, the resulting
  790.    value returned by a query to sysObjectID is
  791.    EXTENSIBLEMIB.AGENTID.???, where ??? is defined below by OSTYPE */
  792. #define HPUX9ID 1
  793. #define SUNOS4ID 2
  794. #define SOLARISID 3
  795. #define OSFID 4
  796. #define ULTRIXID 5
  797. #define HPUX10ID 6
  798. #define NETBSD1ID 7
  799. #define FREEBSDID 8
  800. #define IRIXID 9
  801. #define LINUXID 10
  802. #define BSDIID 11
  803. #define OPENBSDID 12
  804. #define WIN32ID 13
  805. #define HPUX11ID 14
  806. #define UNKNOWNID 255
  807. #ifdef hpux9
  808. #define OSTYPE HPUX9ID
  809. #endif
  810. #ifdef hpux10
  811. #define OSTYPE HPUX10ID
  812. #endif
  813. #ifdef hpux11
  814. #define OSTYPE HPUX11ID
  815. #endif
  816. #ifdef sunos4
  817. #define OSTYPE SUNOS4ID
  818. #endif
  819. #ifdef solaris2
  820. #define OSTYPE SOLARISID
  821. #endif
  822. #if defined(osf3) || defined(osf4) || defined(osf5)
  823. #define OSTYPE OSFID
  824. #endif
  825. #ifdef ultrix4
  826. #define OSTYPE ULTRIXID
  827. #endif
  828. #ifdef netbsd1
  829. #define OSTYPE NETBSD1ID
  830. #endif
  831. #if defined(__FreeBSD__)
  832. #define OSTYPE FREEBSDID
  833. #endif
  834. #if defined(irix6) || defined(irix5)
  835. #define OSTYPE IRIXID
  836. #endif
  837. #ifdef linux
  838. #define OSTYPE LINUXID
  839. #endif
  840. #if defined(bsdi2) || defined(bsdi3) || defined(bsdi4)
  841. #define OSTYPE BSDIID
  842. #endif
  843. #ifdef openbsd2
  844. #define OSTYPE OPENBSDID
  845. #endif
  846. #ifdef WIN32
  847. #define OSTYPE WIN32ID
  848. #endif
  849. /* unknown */
  850. #ifndef OSTYPE
  851. #define OSTYPE UNKNOWNID
  852. #endif
  853. /* The enterprise number has been assigned by the IANA group.   */
  854. /* Optionally, this may point to the location in the tree your  */
  855. /* company/organization has been allocated.                     */
  856. /* The assigned enterprise number for the NET_SNMP MIB modules. */
  857. #define ENTERPRISE_OID 8072
  858. #define ENTERPRISE_MIB 1,3,6,1,4,1,8072
  859. #define ENTERPRISE_DOT_MIB 1.3.6.1.4.1.8072
  860. #define ENTERPRISE_DOT_MIB_LENGTH 7
  861. /* The assigned enterprise number for sysObjectID. */
  862. #define SYSTEM_MIB 1,3,6,1,4,1,8072,3,2,OSTYPE
  863. #define SYSTEM_DOT_MIB 1.3.6.1.4.1.8072.3.2.OSTYPE
  864. #define SYSTEM_DOT_MIB_LENGTH 10
  865. /* The assigned enterprise number for notifications. */
  866. #define NOTIFICATION_MIB 1,3,6,1,4,1,8072,4
  867. #define NOTIFICATION_DOT_MIB 1.3.6.1.4.1.8072.4
  868. #define NOTIFICATION_DOT_MIB_LENGTH 8
  869. /* this is the location of the ucdavis mib tree.  It shouldn't be
  870.    changed, as the places it is used are expected to be constant
  871.    values or are directly tied to the UCD-SNMP-MIB. */
  872. #define UCDAVIS_OID 2021
  873. #define UCDAVIS_MIB 1,3,6,1,4,1,2021
  874. #define UCDAVIS_DOT_MIB 1.3.6.1.4.1.2021
  875. #define UCDAVIS_DOT_MIB_LENGTH 7
  876. /* this is the location of the net-snmp mib tree.  It shouldn't be
  877.    changed, as the places it is used are expected to be constant
  878.    values or are directly tied to the UCD-SNMP-MIB. */
  879. #define NETSNMP_OID 8072
  880. #define NETSNMP_MIB 1,3,6,1,4,1,8072
  881. #define NETSNMP_DOT_MIB 1.3.6.1.4.1.8072
  882. #define NETSNMP_DOT_MIB_LENGTH 7
  883.       
  884. /* how long to wait (seconds) for error querys before reseting the error trap.*/
  885. #define ERRORTIMELENGTH 600
  886. /* Exec command to fix PROC problems */
  887. /* %s will be replaced by the process name in error */
  888. /* #define PROCFIXCMD "/usr/bin/perl /local/scripts/fixproc %s" */
  889. /* Exec command to fix EXEC problems */
  890. /* %s will be replaced by the exec/script name in error */
  891. /* #define EXECFIXCMD "/usr/bin/perl /local/scripts/fixproc %s" */
  892. /* Should exec output Cashing be used (speeds up things greatly), and
  893.    if so, After how many seconds should the cache re-newed?  Note:
  894.    Don't define CASHETIME to disable cashing completely */
  895. #define EXCACHETIME 30
  896. #define CACHEFILE ".snmp-exec-cache"
  897. #define MAXCACHESIZE (200*80)   /* roughly 200 lines max */
  898. #define MAXDISKS 50                      /* can't scan more than this number */
  899. /* misc defaults */
  900. /* default of 100 meg minimum if the minimum size is not specified in
  901.    the config file */
  902. #define DEFDISKMINIMUMSPACE 100000
  903. #define DEFMAXLOADAVE 12.0      /* default maximum load average before error */
  904. /* Because of sleep(1)s, this will also be time to wait (in seconds) for exec
  905.    to finish */
  906. #define MAXREADCOUNT 100   /* max times to loop reading output from execs. */
  907. /* The original CMU code had this hardcoded as = 1 */
  908. #define SNMPBLOCK 1       /* Set if snmpgets should block and never timeout */
  909. /* How long to wait before restarting the agent after a snmpset to
  910.    EXTENSIBLEMIB.VERSIONMIBNUM.VERRESTARTAGENT.  This is
  911.    necessary to finish the snmpset reply before restarting. */
  912. #define RESTARTSLEEP 5
  913. /* Number of community strings to store */
  914. #define NUM_COMMUNITIES 5
  915. /* UNdefine to allow specifying zero-length community string */
  916. /* #define NO_ZEROLENGTH_COMMUNITY 1 */
  917. /* #define EXIT_ON_BAD_KLREAD  */
  918. /* define to exit the agent on a bad kernel read */
  919. #define LASTFIELD -1      /* internal define */
  920. /* configure options specified */
  921. #define CONFIGURE_OPTIONS ""
  922. /* got socklen_t? */
  923. #ifdef HAVE_WIN32_PLATFORM_SDK
  924. #define HAVE_SOCKLEN_T 1
  925. #endif
  926. /* got in_addr_t? */
  927. /* #undef HAVE_IN_ADDR_T */
  928. /* got ssize_t? */
  929. /* #undef HAVE_SSIZE_T */
  930. #ifndef HAVE_STRCHR
  931. #ifdef HAVE_INDEX
  932. # define strchr(a,b) index(a,b)
  933. # define strrchr(a,b) rindex(a,b)
  934. #endif
  935. #endif
  936. #ifndef HAVE_INDEX
  937. #ifdef HAVE_STRCHR
  938. # define index(a,b) strchr(a,b)
  939. # define rindex(a,b) strrchr(a,b)
  940. #endif
  941. #endif
  942. #ifndef HAVE_MEMCPY
  943. #ifdef HAVE_BCOPY
  944. # define memcpy(d, s, n) bcopy ((s), (d), (n))
  945. # define memmove(d, s, n) bcopy ((s), (d), (n))
  946. # define memcmp bcmp
  947. #endif
  948. #endif
  949. #ifndef HAVE_MEMMOVE
  950. #ifdef HAVE_MEMCPY
  951. # define memmove memcpy
  952. #endif
  953. #endif
  954. #if notused /* dont step on other defns of bcopy,bzero, and bcmp */
  955. #ifndef HAVE_BCOPY
  956. #ifdef HAVE_MEMCPY
  957. # define bcopy(s, d, n) memcpy ((d), (s), (n))
  958. # define bzero(p,n) memset((p),(0),(n))
  959. # define bcmp memcmp
  960. #endif
  961. #endif
  962. #endif
  963. /* If you have openssl 0.9.7 or above, you likely have AES support. */
  964. /* #undef USE_OPENSSL */
  965. #ifdef USE_OPENSSL
  966. /* Define to 1 if you have the <openssl/dh.h> header file. */
  967. #define HAVE_OPENSSL_DH_H 1
  968. /* Define to 1 if you have the <openssl/aes.h> header file. */
  969. #define HAVE_OPENSSL_AES_H 1
  970. /* Define to 1 if you have the `AES_cfb128_encrypt' function. */
  971. #define HAVE_AES_CFB128_ENCRYPT 1
  972. #else /* ! USE_OPENSSL */
  973. /* define if you are using the MD5 code ...*/
  974. #define USE_INTERNAL_MD5 1
  975. #endif /* ! USE_OPENSSL */
  976. #if defined(USE_OPENSSL) && defined(HAVE_OPENSSL_AES_H) && defined(HAVE_AES_CFB128_ENCRYPT)
  977. #define HAVE_AES 1
  978. #endif
  979. /* define random functions */
  980. #ifndef HAVE_RANDOM
  981. #ifdef HAVE_LRAND48
  982. #define random lrand48
  983. #define srandom(s) srand48(s)
  984. #else
  985. #ifdef HAVE_RAND
  986. #define random rand
  987. #define srandom(s) srand(s)
  988. #endif
  989. #endif
  990. #endif
  991. /* define signal if DNE */
  992. #ifndef HAVE_SIGNAL
  993. #ifdef HAVE_SIGSET
  994. #define signal(a,b) sigset(a,b)
  995. #endif
  996. #endif
  997. /* define if you have librpm and libdb */
  998. /* #undef HAVE_LIBDB */
  999. /* #undef HAVE_LIBRPM */
  1000. /* define if you have pkginfo */
  1001. /* #undef HAVE_PKGINFO */
  1002. /* define if you have gethostbyname */
  1003. #define HAVE_GETHOSTBYNAME 1
  1004. /* define if you have getservbyname */
  1005. #define HAVE_GETSERVBYNAME 1
  1006. /* printing system */
  1007. /* #undef HAVE_LPSTAT */
  1008. /* #undef LPSTAT_PATH */
  1009. /* #undef HAVE_PRINTCAP */
  1010. /*  Pluggable transports.  */
  1011. /*  This is defined if support for the UDP/IP transport domain is
  1012.     available.   */
  1013. #define SNMP_TRANSPORT_UDP_DOMAIN 1
  1014. /*  This is defined if support for the "callback" transport domain is
  1015.     available.   */
  1016. #define SNMP_TRANSPORT_CALLBACK_DOMAIN 1
  1017. /*  This is defined if support for the TCP/IP transport domain is
  1018.     available.  */
  1019. #define SNMP_TRANSPORT_TCP_DOMAIN 1
  1020. /*  This is defined if support for the Unix transport domain
  1021.     (a.k.a. "local IPC") is available.  */
  1022. /* #undef SNMP_TRANSPORT_UNIX_DOMAIN */
  1023. /*  This is defined if support for the AAL5 PVC transport domain is
  1024.     available.  */
  1025. /* #undef SNMP_TRANSPORT_AAL5PVC_DOMAIN */
  1026. /*  This is defined if support for the IPX transport domain is
  1027.     available.  */
  1028. /* #undef SNMP_TRANSPORT_IPX_DOMAIN */
  1029. /* XXX do not modify. change the INET6 define instead */
  1030. /*  This is defined if support for the UDP/IPv6 transport domain is
  1031.     available.  */
  1032. /* #undef SNMP_TRANSPORT_UDPIPV6_DOMAIN */
  1033. /* XXX do not modify. change the INET6 define instead */
  1034. /*  This is defined if support for the TCP/IPv6 transport domain is
  1035.     available.  */
  1036. /* #undef SNMP_TRANSPORT_TCPIPV6_DOMAIN */
  1037. /* define this if the USM security module is available */
  1038. #define SNMP_SECMOD_USM 1
  1039. /* define this if the KSM (kerberos based snmp) security module is available */
  1040. /* #undef SNMP_SECMOD_KSM */
  1041. /* define this if we're using the new MIT crypto API */
  1042. /* #undef MIT_NEW_CRYPTO */
  1043. /* define if you want to build with reentrant/threaded code (incomplete)*/
  1044. /* #undef NS_REENTRANT */
  1045. /* on aix, if you have perfstat */
  1046. /* #undef HAVE_PERFSTAT */
  1047. /* Not-to-be-compiled macros for use by configure only */
  1048. #define config_require(x)
  1049. #define config_exclude(x)
  1050. #define config_arch_require(x,y)
  1051. #define config_parse_dot_conf(w,x,y,z)
  1052. #define config_add_mib(x)
  1053. #define config_belongs_in(x)
  1054. #if defined (WIN32) || defined (mingw32) || defined (cygwin)
  1055. #define ENV_SEPARATOR ";"
  1056. #define ENV_SEPARATOR_CHAR ';'
  1057. #else
  1058. #define ENV_SEPARATOR ":"
  1059. #define ENV_SEPARATOR_CHAR ':'
  1060. #endif
  1061. /*
  1062.  * this must be before the system/machine includes, to allow them to
  1063.  * override and turn off inlining. To do so, they should do the
  1064.  * following:
  1065.  *
  1066.  *    #undef NETSNMP_ENABLE_INLINE
  1067.  *    #define NETSNMP_ENABLE_INLINE 0
  1068.  *
  1069.  * A user having problems with their compiler can also turn off
  1070.  * the use of inline by defining NETSNMP_NO_INLINE via their cflags:
  1071.  *
  1072.  *    -DNETSNMP_NO_INLINE
  1073.  *
  1074.  * Header and source files should only test against NETSNMP_USE_INLINE:
  1075.  *
  1076.  *   #ifdef NETSNMP_USE_INLINE
  1077.  *   NETSNMP_INLINE function(int parm) { return parm -1; }
  1078.  *   #endif
  1079.  *
  1080.  * Functions which should be static, regardless of whether or not inline
  1081.  * is available or enabled should use the NETSNMP_STATIC_INLINE macro,
  1082.  * like so:
  1083.  *
  1084.  *    NETSNMP_STATIC_INLINE function(int parm) { return parm -1; }
  1085.  *
  1086.  * NOT like this:
  1087.  *
  1088.  *    static NETSNMP_INLINE function(int parm) { return parm -1; }
  1089.  *
  1090.  */
  1091. /*
  1092.  * Win32 needs extern for inline function declarations in headers.
  1093.  * See MS tech note Q123768:
  1094.  *   http://support.microsoft.com/default.aspx?scid=kb;EN-US;123768
  1095.  */
  1096. #define NETSNMP_INLINE extern inline
  1097. #define NETSNMP_STATIC_INLINE static inline
  1098. #define NETSNMP_ENABLE_INLINE 1
  1099. #if notused
  1100. #include SYSTEM_INCLUDE_FILE
  1101. #include MACHINE_INCLUDE_FILE
  1102. #endif
  1103. #if NETSNMP_ENABLE_INLINE && !defined(NETSNMP_NO_INLINE)
  1104. #   define NETSNMP_USE_INLINE 1
  1105. #else
  1106. #   undef  NETSNMP_INLINE
  1107. #   define NETSNMP_INLINE 
  1108. #   undef  NETSNMP_STATIC_INLINE
  1109. #   define NETSNMP_STATIC_INLINE static
  1110. #endif
  1111. #ifdef WIN32
  1112. typedef unsigned short mode_t;
  1113. typedef unsigned __int32 uint32_t;
  1114. typedef long int32_t;
  1115. typedef unsigned __int64 uint64_t;
  1116. typedef __int64 int64_t;
  1117. /* Define if you have the closesocket function.  */
  1118. #define HAVE_CLOSESOCKET 1
  1119. /* Define if you have raise() instead of alarm() */
  1120. #define HAVE_RAISE 1
  1121. /* define to 1 if you do not want to set global snmp_errno */
  1122. #define DONT_SHARE_ERROR_WITH_OTHER_THREADS 1
  1123. #define vsnprintf _vsnprintf
  1124. #define snprintf  _snprintf
  1125. #define EADDRINUSE WSAEADDRINUSE
  1126. /* Define NETSNMP_USE_DLL when building or using netsnmp.DLL */
  1127. /* #undef NETSNMP_USE_DLL */
  1128. #ifdef NETSNMP_USE_DLL
  1129.   #ifdef NETSNMP_DLL
  1130.     #if defined(_MSC_VER)
  1131.       #define NETSNMP_IMPORT __declspec(dllexport)
  1132.     #endif
  1133.   #else
  1134.     #if defined(_MSC_VER)
  1135.       #define NETSNMP_IMPORT __declspec(dllimport)
  1136.     #endif
  1137.   #endif   /* NETSNMP_DLL */
  1138. #endif     /* NETSNMP_USE_DLL */
  1139. /*
  1140.  * DLL decoration, if used at all, must be consistent.
  1141.  * This is why NETSNMP_IMPORT is really an export decoration
  1142.  * when it is encountered in a header file that is included
  1143.  * during the compilation of a library source file.
  1144.  * NETSNMP_DLL is set by the MSVC libsnmp_dll project
  1145.  *  in order to signal that the library sources are being compiled.
  1146.  * Not defining NETSNMP_USE_DLL ignores the preceding, and renders
  1147.  *  the NETSNMP_IMPORT definitions harmless.
  1148.  */
  1149.   #ifdef NETSNMP_USE_DLL
  1150.     #ifndef NETSNMP_TOOLS_C
  1151.   /* wrap alloc functions to use DLL's memory heap */
  1152.   /* This is not done in tools.c, where these wrappers are defined */
  1153.       #define strdup    netsnmp_strdup
  1154.       #define calloc    netsnmp_calloc
  1155.       #define malloc    netsnmp_malloc
  1156.       #define realloc   netsnmp_realloc
  1157.       #define free      netsnmp_free
  1158.     #endif
  1159.   #endif
  1160. #endif       /* WIN32 */
  1161. #ifndef NETSNMP_IMPORT
  1162. #  define NETSNMP_IMPORT extern
  1163. #endif
  1164. #if defined(HAVE_NLIST) && defined(STRUCT_NLIST_HAS_N_VALUE) && !defined(DONT_USE_NLIST) && !defined(NO_KMEM_USAGE)
  1165. #define CAN_USE_NLIST
  1166. #endif
  1167. #if HAVE_DMALLOC_H
  1168. #define DMALLOC_FUNC_CHECK
  1169. #endif
  1170. /* #undef INET6 */
  1171. /* #undef LOCAL_SMUX */
  1172. /* define if agentx transport is to use domain sockets only */
  1173. /* #undef AGENTX_DOM_SOCK_ONLY */
  1174. #ifndef LOG_DAEMON
  1175. #define       LOG_DAEMON      (3<<3)  /* system daemons */
  1176. #endif
  1177. #if UCD_COMPATIBLE
  1178. /* old and in the way */
  1179. #define EXTENSIBLEMIB UCDAVIS_MIB
  1180. #endif
  1181. #if defined(_MSC_VER)
  1182. /* this bit of magic enables or disables IPv6 transports */
  1183.   #if INET6
  1184.     /* "dont have" implies "compile here" for snmplib/inet_?to?.c */
  1185.     #undef HAVE_INET_NTOP
  1186.     #undef HAVE_INET_PTON
  1187.     #define SNMP_TRANSPORT_TCPIPV6_DOMAIN 1
  1188.     #define SNMP_TRANSPORT_UDPIPV6_DOMAIN 1
  1189.   #else
  1190.     /* "have" implies "dont compile here" for snmplib/inet_?to?.c */
  1191.     #define HAVE_INET_NTOP 1
  1192.     #define HAVE_INET_PTON 1
  1193.     #undef SNMP_TRANSPORT_TCPIPV6_DOMAIN
  1194.     #undef SNMP_TRANSPORT_UDPIPV6_DOMAIN
  1195.   #endif
  1196. #endif
  1197. #ifndef NI_MAXHOST
  1198. #define NI_MAXHOST 1025
  1199. #endif
  1200. /*
  1201.  * Module configuration and control starts here.
  1202.  *
  1203.  * Some of the defines herein are used to control
  1204.  * groups of modules.  The ones that have "CFG"
  1205.  * are used especially to control the include files
  1206.  * seen in {agent,mib}_module_includes.h, and the init entries
  1207.  * which are invoked in {agent,mib}_module_inits.h.
  1208.  *
  1209.  * To disable a group, uncomment the associated define.
  1210.  */
  1211.  
  1212. /* CFG Define if compiling with the ucd_snmp module files.  */
  1213. #define USING_UCD_SNMP_MODULE 1
  1214.  
  1215. /* CFG Define if compiling with the agentx module files.  */
  1216. #define USING_AGENTX_MODULE 1
  1217.  
  1218. /* CFG Define if compiling with the host module files.  */
  1219. /* #undef USING_HOST_MODULE */
  1220.  
  1221. /* CFG Define if compiling with the Rmon module files.  */
  1222. /* #undef USING_RMON_MODULE */
  1223. /* CFG Define if compiling with the disman/event-mib module files.  */
  1224. #define USING_DISMAN_EVENT_MIB_MODULE 1
  1225. /* CFG Define if compiling with the smux module files.  */
  1226. /* #undef USING_SMUX_MODULE */
  1227. /*
  1228.  * Module configuration and control ends here.
  1229.  */
  1230. #endif /* NET_SNMP_CONFIG_H */