summaryrefslogtreecommitdiffstats
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-15 21:04:43 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-15 21:04:43 +0000
commitd9b9b45554b43d8c41eb1b8bd7c0421620cddcd4 (patch)
treed66b74c2690350cda51589b16946d02d49fd2732 /cmake/config.h.cmake
parentb62633b919d481265d3fd75a5d32750dbdc41ddf (diff)
* cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_H
* cmake/dbus/CMakeLists.txt: added missing files * dbus/dbus-transport-win.c/.h: new files * dbus/dbus-sysdeps-win.c,.h: added required _unix functions to make dbus compilable on win32 * dbus/dbus-sysdeps-win-utils.c,.h: moved some functions to dbus-sysdeps-win.c * dbus-win.patch: removed applied or obsolate patches Note: dbus-win32 is now compilable, no guarantee that it runs without any problems
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 812c836c..018fdfd2 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -85,6 +85,9 @@
/* Define to 1 if you have unistd.h */
#cmakedefine HAVE_UNISTD_H 1
+/* Define to 1 if you have errno.h */
+#cmakedefine HAVE_ERRNO_H 1
+
/* Define to 1 if you have stdio.h */
#cmakedefine HAVE_STDIO_H 1