summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-03 13:35:21 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-03 13:35:21 +0100
commit99476ba2c26d3192ebb752de52ccd6222ea7e095 (patch)
treeb3ea893fc33ae1820db72abd5f644480ddfdf557 /config.h.in
parent2d087683eb360e4da617c56cd70a57d9eda00082 (diff)
New upstream version 0.9.8~rc1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 1620cb6bb..391348246 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,9 +24,6 @@
/* Define to the number of bits in type 'wint_t'. */
#undef BITSIZEOF_WINT_T
-/* Location or name of the brctl program (see bridge-utils) */
-#undef BRCTL
-
/* Define to 1 if chown fails to change ctime when at least one argument was
not -1. */
#undef CHOWN_CHANGE_TIME_BUG
@@ -553,6 +550,9 @@
/* Define to 1 if you have the `chsize' function. */
#undef HAVE_CHSIZE
+/* Defined if clock_gettime() exists in librt.so */
+#undef HAVE_CLOCK_GETTIME
+
/* Define to 1 if you have the `confstr' function. */
#undef HAVE_CONFSTR
@@ -1068,6 +1068,9 @@
/* Define to 1 if you have the <net/ethernet.h> header file. */
#undef HAVE_NET_ETHERNET_H
+/* Define to 1 if you have the <net/if.h> header file. */
+#undef HAVE_NET_IF_H
+
/* Define to 1 if you have the `newlocale' function. */
#undef HAVE_NEWLOCALE
@@ -1691,6 +1694,9 @@
*/
#undef LT_OBJDIR
+/* Location of lvchange program */
+#undef LVCHANGE
+
/* Location of lvcreate program */
#undef LVCREATE