blob: 68e2eabef40b42eaa2771d490ad888f2c54b7f09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- include/config.h.in.orig 2013-12-05 12:51:35.000000000 +0100
+++ include/config.h.in 2013-12-06 17:20:49.747139208 +0100
@@ -218,10 +218,12 @@
#include <errno.h>
#endif
+#if 0
#undef HAVE_SYS_TIMEB_H
#if HAVE_SYS_TIMEB_H
#include <sys/timeb.h>
#endif
+#endif
#undef HAVE_SYS_IPC_H
#ifdef HAVE_SYS_IPC_H
|