blob: e98a7c130c9a5afd0902dbf25958dd9b91581242 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- include/config.h.in.orig 2015-07-15 13:04:09.000000000 +0200
+++ include/config.h.in 2015-07-25 16:05:16.168060000 +0200
@@ -217,10 +217,13 @@
#include <errno.h>
#endif
+/* remove inclusion of sys/timeb.h to suppress a lot of warnings during build */
+#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
|