From d9b9b45554b43d8c41eb1b8bd7c0421620cddcd4 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 15 Jun 2007 21:04:43 +0000 Subject: * 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 --- cmake/config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmake/config.h.cmake') 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 -- cgit