]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Win32 build
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Jan 2010 13:57:26 +0000 (14:57 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 11 Jan 2010 13:57:26 +0000 (14:57 +0100)
bacula/src/win32/compat/mingwconfig.h
bacula/src/win32/compat/winconfig.h

index 4ff9d994de8894d0ea4955c2c52a69a46badc0c7..8d9888c89541ed8c16904b5bb3b069147201e99c 100644 (file)
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 /* #undef TM_IN_SYS_TIME */
 
+/* Use long unsigned int for ioctl request */
+#define HAVE_IOCTL_ULINT_REQUEST
 
 #endif /* __MINGWNCONFIG_H */
index fa1e0c37c7ffbca6ab69ae24fbdf6cd1bc0b9cfb..56932a764c87048b4d12c8f27cad862800f80158 100644 (file)
 /* Define to `int' if <sys/types.h> doesn't define. */
 /* #undef uid_t */
 
+/* Use long unsigned int for ioctl request */
+#define HAVE_IOCTL_ULINT_REQUEST
+
 #endif /* __WINCONFIG_H */