]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <config.h>.
authorPavel Janík <Pavel@Janik.cz>
Tue, 1 Jan 2002 19:15:26 +0000 (19:15 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 1 Jan 2002 19:15:26 +0000 (19:15 +0000)
lib-src/fakemail.c
src/sysdep.c
src/unexapollo.c
src/w32.c
src/w32bdf.c
src/w32heap.c
src/w32inevt.c
src/w32proc.c

index dc5963c6400738b90dc4c62b11fe14a931328a6c..a4ac44cf96af1437410c53afc7e52d38577f37d7 100644 (file)
@@ -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)
index 6d0528cb2dbcdba69a2181b238b303a9a149aa7a..478d56a43a935c6ba23981a235c5aea3337705ea 100644 (file)
@@ -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
index 4c87bfa3fe47134f8331b4d33928e1a5b2c7e609..4a5ab60b2543270fdd47f252b9021c242bf7d7f3 100644 (file)
@@ -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>
 
 
index a8e4a5f37da718cc1c59d5ec6e0dc319c0af19df..f6e9f765500b5a68910354702fa8e46a03a2cc17 100644 (file)
--- 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
index d2d33d72ca39f18a66220228079a9db368fd52ba..801c914d8d9a1632e19dcd452c54fd7e755864e7 100644 (file)
@@ -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"
index eb878a45e94885e57c768bb2942feef426622166..e90213a6c36c4cc33007701f548df9a0f463148e 100644 (file)
@@ -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>
index d2c37aa0b0b8fccef56824363dc2b44119e99ad0..df9e0d48a4e4274173905fbc7bb7febd4c24bec4 100644 (file)
@@ -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>
index 7c9aad6b0a5119a80d8073994f02850291357d2b..735df38b8cefe7096b86cd68478feb92099b493d 100644 (file)
@@ -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