datacalls decoding patches
[gnokii.git] / include / config.h.in.in
index a5dae23..e9310a6 100644 (file)
 /* Define if you compile for M$ Windows */
 #undef WIN32
 
+
+/* "decode" brach hacks:
+ */
+#define _XOPEN_SOURCE 1
+
+#include <unistd.h>
+#undef usleep
+#define usleep(x)
+
+
 #endif /* __CONFIG_H__ */