summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj@localhost>1998-10-08 11:20:06 +0000
committerjbj <jbj@localhost>1998-10-08 11:20:06 +0000
commitd668d53749e5e3270113cdeb9ed416962404ad21 (patch)
tree520834e31ac6d4e6d6a14caa0897d2a619524742
parent1daae8116a23c8df16a293eec86c66823ee19085 (diff)
downloadgnome-common-d668d53749e5e3270113cdeb9ed416962404ad21.tar.gz
automake linux fiddles.
svn path=/trunk/; revision=431
-rw-r--r--support/findme.c4
-rw-r--r--support/popt.c4
-rw-r--r--support/poptconfig.c4
-rw-r--r--support/popthelp.c4
-rw-r--r--support/poptparse.c4
5 files changed, 20 insertions, 0 deletions
diff --git a/support/findme.c b/support/findme.c
index 528d401..1086b28 100644
--- a/support/findme.c
+++ b/support/findme.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/support/popt.c b/support/popt.c
index 025d2d5..7678734 100644
--- a/support/popt.c
+++ b/support/popt.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <errno.h>
#include <ctype.h>
#include <fcntl.h>
diff --git a/support/poptconfig.c b/support/poptconfig.c
index cd4e239..0a81ca4 100644
--- a/support/poptconfig.c
+++ b/support/poptconfig.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
diff --git a/support/popthelp.c b/support/popthelp.c
index 326f0ae..95f3b4b 100644
--- a/support/popthelp.c
+++ b/support/popthelp.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/support/poptparse.c b/support/poptparse.c
index ade5a79..aea784b 100644
--- a/support/poptparse.c
+++ b/support/poptparse.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <ctype.h>
#include <stdlib.h>
#include <string.h>