summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-12-14 00:41:49 +0100
committerPino Toscano <pino@kde.org>2009-12-14 00:41:49 +0100
commit6428907ebcf33d4391673aadcfa71c3061f6d352 (patch)
treeeda832b57df8785aa7540d2d923af61dec27db9c /config.h.cmake
parent916ab7163249e23bd5ba00922fdcad9caaf92c75 (diff)
[CMake] add configure check for fcntl.h (as in autotools)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6486d671..52f8c677 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -22,6 +22,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H 1
+/* Define to 1 if you have the <fcntl.h> header file. */
+#cmakedefine HAVE_FCNTL_H 1
+
/* Have FreeType2 include files */
#cmakedefine HAVE_FREETYPE_H 1