Imported Upstream version 2.6.2
This commit is contained in:
parent
a367d9bc54
commit
45043b58d0
246 changed files with 18228 additions and 1415 deletions
|
|
@ -36,6 +36,18 @@
|
|||
/* Define to 1 if you have the `atexit' function. */
|
||||
#undef HAVE_ATEXIT
|
||||
|
||||
/* Define to 1 if you have the <avahi-client/client.h> header file. */
|
||||
#undef HAVE_AVAHI_CLIENT_CLIENT_H
|
||||
|
||||
/* Define to 1 if you have the `avahi_client_new' function. */
|
||||
#undef HAVE_AVAHI_CLIENT_NEW
|
||||
|
||||
/* Define to 1 if you have the <avahi-common/malloc.h> header file. */
|
||||
#undef HAVE_AVAHI_COMMON_MALLOC_H
|
||||
|
||||
/* Define to 1 if you have the `avahi_free' function. */
|
||||
#undef HAVE_AVAHI_FREE
|
||||
|
||||
/* Define to 1 if you have the `cfsetispeed' function. */
|
||||
#undef HAVE_CFSETISPEED
|
||||
|
||||
|
|
@ -77,6 +89,9 @@
|
|||
/* Define to 1 if you have the `flock' function. */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
/* Define to 1 if you have the <freeipmi/freeipmi.h> header file. */
|
||||
#undef HAVE_FREEIPMI_FREEIPMI_H
|
||||
|
||||
/* Define to 1 if you have the <gdfontmb.h> header file. */
|
||||
#undef HAVE_GDFONTMB_H
|
||||
|
||||
|
|
@ -86,6 +101,9 @@
|
|||
/* Define to 1 if you have the <getopt.h> header file. */
|
||||
#undef HAVE_GETOPT_H
|
||||
|
||||
/* Define to 1 if you have the `getopt_long' function. */
|
||||
#undef HAVE_GETOPT_LONG
|
||||
|
||||
/* Define to 1 if you have the `getpassphrase' function. */
|
||||
#undef HAVE_GETPASSPHRASE
|
||||
|
||||
|
|
@ -101,6 +119,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the <ipmi_monitoring.h> header file. */
|
||||
#undef HAVE_IPMI_MONITORING_H
|
||||
|
||||
/* Define if you have Boutell's libgd installed */
|
||||
#undef HAVE_LIBGD
|
||||
|
||||
|
|
@ -149,6 +170,9 @@
|
|||
/* Define to 1 if you have the `pm_connect' function. */
|
||||
#undef HAVE_PM_CONNECT
|
||||
|
||||
/* Define to enable pthread support code */
|
||||
#undef HAVE_PTHREAD
|
||||
|
||||
/* Define to 1 if you have the `setenv' function. */
|
||||
#undef HAVE_SETENV
|
||||
|
||||
|
|
@ -325,6 +349,18 @@
|
|||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Define to enable avahi support */
|
||||
#undef WITH_AVAHI
|
||||
|
||||
/* Define to enable IPMI support using FreeIPMI */
|
||||
#undef WITH_FREEIPMI
|
||||
|
||||
/* Define to enable IPMI support */
|
||||
#undef WITH_IPMI
|
||||
|
||||
/* Define to enable Neon XML/HTTP support */
|
||||
#undef WITH_NEON
|
||||
|
||||
/* 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