Imported Upstream version 2.6.3
This commit is contained in:
parent
45043b58d0
commit
fad6ced6f6
255 changed files with 11081 additions and 4629 deletions
|
|
@ -89,9 +89,15 @@
|
|||
/* Define to 1 if you have the `flock' function. */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
/* Define if FreeIPMI support is available */
|
||||
#undef HAVE_FREEIPMI
|
||||
|
||||
/* Define to 1 if you have the <freeipmi/freeipmi.h> header file. */
|
||||
#undef HAVE_FREEIPMI_FREEIPMI_H
|
||||
|
||||
/* Define if FreeIPMI monitoring support is available */
|
||||
#undef HAVE_FREEIPMI_MONITORING
|
||||
|
||||
/* Define to 1 if you have the <gdfontmb.h> header file. */
|
||||
#undef HAVE_GDFONTMB_H
|
||||
|
||||
|
|
@ -131,6 +137,9 @@
|
|||
/* Define to 1 if you have the <libhal.h> header file. */
|
||||
#undef HAVE_LIBHAL_H
|
||||
|
||||
/* Define to enable libltdl support */
|
||||
#undef HAVE_LIBLTDL
|
||||
|
||||
/* Define to 1 if you have the <libpowerman.h> header file. */
|
||||
#undef HAVE_LIBPOWERMAN_H
|
||||
|
||||
|
|
@ -143,6 +152,9 @@
|
|||
/* Define to 1 if the system has the type `long long int'. */
|
||||
#undef HAVE_LONG_LONG_INT
|
||||
|
||||
/* Define to 1 if you have the <ltdl.h> header file. */
|
||||
#undef HAVE_LTDL_H
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
|
|
@ -324,6 +336,9 @@
|
|||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#undef TIME_WITH_SYS_TIME
|
||||
|
||||
/* NUT tree version */
|
||||
#undef TREE_VERSION
|
||||
|
||||
/* Enable extensions on AIX 3, Interix. */
|
||||
#ifndef _ALL_SOURCE
|
||||
# undef _ALL_SOURCE
|
||||
|
|
@ -349,18 +364,51 @@
|
|||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Define to enable avahi support */
|
||||
/* Define to enable Asciidoc support */
|
||||
#undef WITH_ASCIIDOC
|
||||
|
||||
/* Define to enable Avahi support */
|
||||
#undef WITH_AVAHI
|
||||
|
||||
/* Define to enable CGI (HTTP) support */
|
||||
#undef WITH_CGI
|
||||
|
||||
/* Define to enable development files support */
|
||||
#undef WITH_DEV
|
||||
|
||||
/* Define to enable IPMI support using FreeIPMI */
|
||||
#undef WITH_FREEIPMI
|
||||
|
||||
/* Define to enable HAL support */
|
||||
#undef WITH_HAL
|
||||
|
||||
/* Define to enable IPMI support */
|
||||
#undef WITH_IPMI
|
||||
|
||||
/* Define to enable Neon XML/HTTP support */
|
||||
/* Define to enable libltdl (Libtool dlopen abstraction) support */
|
||||
#undef WITH_LIBLTDL
|
||||
|
||||
/* Define to enable Powerman PDU support */
|
||||
#undef WITH_LIBPOWERMAN
|
||||
|
||||
/* Define to enable Neon HTTP support */
|
||||
#undef WITH_NEON
|
||||
|
||||
/* Define to enable serial support */
|
||||
#undef WITH_SERIAL
|
||||
|
||||
/* Define to enable SNMP support */
|
||||
#undef WITH_SNMP
|
||||
|
||||
/* Define to enable SSL development code */
|
||||
#undef WITH_SSL
|
||||
|
||||
/* Define to enable USB support */
|
||||
#undef WITH_USB
|
||||
|
||||
/* Define to enable libwrap (tcp-wrappers) support */
|
||||
#undef WITH_WRAP
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue