summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-31 11:36:54 -0500
committerMike Frysinger <vapier@gentoo.org>2014-01-04 08:34:01 -0500
commit20f4a8d9937b2a824a5d20583dd850070fe29988 (patch)
tree86b9ab5dc70b05c4626438241d472e450da50d35 /config.h.in
parent22562bb222a91e0ecc416b19accd98e10c0d26be (diff)
tst-fanotify: switch to AC_DEFINE
Reported-by: Joseph S. Myers <joseph@codesourcery.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f6151c55bf..40797e7fdc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -192,6 +192,9 @@
/* Define if STT_GNU_IFUNC support actually works. */
#undef HAVE_IFUNC
+/* Define if linux/fanotify.h is available. */
+#undef HAVE_LINUX_FANOTIFY_H
+
/*
*/