Add config.h support : will fix the LARGEFILE problem
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 26 Jul 2005 22:17:47 +0000 (22:17 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 26 Jul 2005 22:17:47 +0000 (22:17 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@984 04897980-b3bd-0310-b5e0-8ef037075253

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.024628 seconds and 4 git commands to generate.