summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 01:54:13 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-02 19:05:17 +0200
commit422f8fa037a1b8fadb6ec54da265025da7edaca2 (patch)
tree79eae49bd5407208635cc74571b96b2e5339617c /config.h.cmake
parentff8a72a22119c637f5e410ef58b1a667ee18cd62 (diff)
downloadtdelibs-422f8fa037a1b8fadb6ec54da265025da7edaca2.tar.gz
tdelibs-422f8fa037a1b8fadb6ec54da265025da7edaca2.zip
Add inotify CMake support to tdelibs
(cherry picked from commit 24f144faf98249012e7b1657a5dfe93750f0dfde)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index eb1a70ea7..7fd2d10ef 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -228,7 +228,7 @@
#cmakedefine HAVE_INITGROUPS_PROTO 1
/* Define if your system has Linux Inode Notification */
-#undef HAVE_INOTIFY
+#cmakedefine HAVE_INOTIFY 1
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
@@ -549,7 +549,7 @@
#cmakedefine HAVE_SYS_FILIO_H 1
/* Define if your system has glibc support for inotify */
-#undef HAVE_SYS_INOTIFY
+#cmakedefine HAVE_SYS_INOTIFY 1
/* Define to 1 if you have the <sys/mman.h> header file. */
#cmakedefine HAVE_SYS_MMAN_H 1