Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttd / lttd.c
index 63d483b6e67b9f7946818b4f0af98272761f323d..fda5de5174a32082fb29878a92bf8e4ae5a65b9b 100644 (file)
  *     Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
  */
 
-#define _GNU_SOURCE
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
+
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <unistd.h>
 #include <errno.h>
This page took 0.022449 seconds and 4 git commands to generate.