summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-01 19:15:26 +0000
commit4838e624ad5ced0226c3b202f6d942aa9e878a80 (patch)
treecd2d33164b31a0ab02889b1893870634d35ae3e4
parent3c1e6b469b8b7b7c067ce89e3cfb36871b257420 (diff)
downloademacs-4838e624ad5ced0226c3b202f6d942aa9e878a80.tar.gz
Include <config.h>.
-rw-r--r--lib-src/fakemail.c2
-rw-r--r--src/sysdep.c4
-rw-r--r--src/unexapollo.c5
-rw-r--r--src/w32.c6
-rw-r--r--src/w32bdf.c6
-rw-r--r--src/w32heap.c4
-rw-r--r--src/w32inevt.c4
-rw-r--r--src/w32proc.c6
8 files changed, 29 insertions, 8 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index dc5963c6400..a4ac44cf96a 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#define _XOPEN_SOURCE 500 /* for cuserid */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
diff --git a/src/sysdep.c b/src/sysdep.c
index 6d0528cb2db..478d56a43a9 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -19,8 +19,10 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
-#include "config.h"
#include <signal.h>
#include <setjmp.h>
#ifdef HAVE_UNISTD_H
diff --git a/src/unexapollo.c b/src/unexapollo.c
index 4c87bfa3fe4..4a5ab60b254 100644
--- a/src/unexapollo.c
+++ b/src/unexapollo.c
@@ -20,7 +20,10 @@ Boston, MA 02111-1307, USA. */
/* Written by Leonard N. Zubkoff. */
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <fcntl.h>
diff --git a/src/w32.c b/src/w32.c
index a8e4a5f37da..f6e9f765500 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -35,7 +35,11 @@ Boston, MA 02111-1307, USA.
#include <sys/utime.h>
/* must include CRT headers *before* config.h */
-#include "config.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#undef access
#undef chdir
#undef chmod
diff --git a/src/w32bdf.c b/src/w32bdf.c
index d2d33d72ca3..801c914d8d9 100644
--- a/src/w32bdf.c
+++ b/src/w32bdf.c
@@ -22,7 +22,11 @@ Boston, MA 02111-1307, USA. */
MULE for W32). */
#include <windows.h>
-#include "config.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "lisp.h"
#include "charset.h"
#include "keyboard.h"
diff --git a/src/w32heap.c b/src/w32heap.c
index eb878a45e94..e90213a6c36 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -21,7 +21,9 @@ Boston, MA 02111-1307, USA.
Geoff Voelker (voelker@cs.washington.edu) 7-29-94
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/w32inevt.c b/src/w32inevt.c
index d2c37aa0b0b..df9e0d48a4e 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -23,7 +23,9 @@ Boston, MA 02111-1307, USA.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/w32proc.c b/src/w32proc.c
index 7c9aad6b0a5..735df38b8ce 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -30,7 +30,11 @@ Boston, MA 02111-1307, USA.
#include <signal.h>
/* must include CRT headers *before* config.h */
-#include "config.h"
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#undef signal
#undef wait
#undef spawnve