summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-03-06 12:43:05 +0100
committerGuido Günther <agx@sigxcpu.org>2014-03-06 12:43:05 +0100
commit9c408f94dfc5728b4d533584d7eff9bd86ba2ae3 (patch)
treea16cbcdf9e5df031705a36f8e2acd9c97a9b145d /config.h.in
parent22e83d797960efd261a6188c1ebe42b169fcbc86 (diff)
New upstream version 1.2.2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index bec267d30..d8e7ecd0b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,12 +3,24 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
+/* Location of addr2line program */
+#undef ADDR2LINE
+
/* path to apparmor directory */
#undef APPARMOR_DIR
/* path to kernel profiles */
#undef APPARMOR_PROFILES_PATH
+/* Location of the bhyve tool */
+#undef BHYVE
+
+/* Location of the bhyvectl tool */
+#undef BHYVECTL
+
+/* Location of the bhyveload tool */
+#undef BHYVELOAD
+
/* Define to the number of bits in type 'ptrdiff_t'. */
#undef BITSIZEOF_PTRDIFF_T
@@ -64,6 +76,9 @@
/* Define as the word index where to find the sign of 'double'. */
#undef DBL_SIGNBIT_WORD
+/* Location or name of the dmidecode program */
+#undef DMIDECODE
+
/* Location or name of the dmsetup program */
#undef DMSETUP
@@ -592,6 +607,9 @@
/* whether BSD style bridge management is available */
#undef HAVE_BSD_BRIDGE_MGMT
+/* whether BSD CPU affinity management is available */
+#undef HAVE_BSD_CPU_AFFINITY
+
/* Define to 1 if you have the 'btowc' function. */
#undef HAVE_BTOWC
@@ -686,6 +704,10 @@
don't. */
#undef HAVE_DECL_COPYSIGNL
+/* Define to 1 if you have the declaration of `cpuset_getaffinity', and to 0
+ if you don't. */
+#undef HAVE_DECL_CPUSET_GETAFFINITY
+
/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
don't. */
#undef HAVE_DECL_FDATASYNC
@@ -754,6 +776,10 @@
don't. */
#undef HAVE_DECL_GETPASS
+/* Define to 1 if you have the declaration of `GET_VLAN_VID_CMD', and to 0 if
+ you don't. */
+#undef HAVE_DECL_GET_VLAN_VID_CMD
+
/* Define to 1 if you have the declaration of `htole64', and to 0 if you
don't. */
#undef HAVE_DECL_HTOLE64
@@ -1402,6 +1428,9 @@
/* Define to 1 if you have the `revoke' function. */
#undef HAVE_REVOKE
+/* Define to 1 if you have the <rpc/types.h> header file. */
+#undef HAVE_RPC_TYPES_H
+
/* Define to 1 if 'long double' and 'double' have the same representation. */
#undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
@@ -1426,6 +1455,9 @@
/* Define to 1 if you have the `sched_setscheduler' function. */
#undef HAVE_SCHED_SETSCHEDULER
+/* Define to 1 if you have the `sd_notify' function. */
+#undef HAVE_SD_NOTIFY
+
/* Define to 1 if you have the <search.h> header file. */
#undef HAVE_SEARCH_H
@@ -1813,6 +1845,16 @@
/* Define if you have the 'wint_t' type. */
#undef HAVE_WINT_T
+/* Define to 1 if you have the <wireshark/config.h> header file. */
+#undef HAVE_WIRESHARK_CONFIG_H
+
+/* Define to 1 if you have the <wireshark/epan/dissectors/packet-tcp.h> header
+ file. */
+#undef HAVE_WIRESHARK_EPAN_DISSECTORS_PACKET_TCP_H
+
+/* Define to 1 if you have the <wireshark/epan/packet.h> header file. */
+#undef HAVE_WIRESHARK_EPAN_PACKET_H
+
/* Define to 1 if you have the 'wmemchr' function. */
#undef HAVE_WMEMCHR
@@ -2101,6 +2143,9 @@
/* Define if vasnprintf exists but is overridden by gnulib. */
#undef REPLACE_VASNPRINTF
+/* Location or name of the rmmod program */
+#undef RMMOD
+
/* Location or name of the scrub program (for wiping algorithms) */
#undef SCRUB
@@ -2292,6 +2337,9 @@
/* whether avahi-client >= 0.6.0 is available */
#undef WITH_AVAHI
+/* whether bhyve driver is enabled */
+#undef WITH_BHYVE
+
/* whether blkid >= 2.17 is available */
#undef WITH_BLKID
@@ -2457,6 +2505,9 @@
/* whether Sheepdog backend for storage driver is enabled */
#undef WITH_STORAGE_SHEEPDOG
+/* whether libsystemd-daemon >= 0.27.1 is available */
+#undef WITH_SYSTEMD_DAEMON
+
/* whether Test driver is enabled */
#undef WITH_TEST