aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRoland McGrath1993-09-10 06:15:46 +0000
committerRoland McGrath1993-09-10 06:15:46 +0000
commit18160b98ce2ce9f534a4aee6be181788322b6c01 (patch)
treeae78714fb22b6ad91fa6d4c4f0b423456d24df9d /lib-src
parentdbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff)
downloademacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz
emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip
Include <config.h> instead of "config.h".
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/b2m.c2
-rw-r--r--lib-src/emacsclient.c2
-rw-r--r--lib-src/emacsserver.c2
-rw-r--r--lib-src/etags.c2
-rw-r--r--lib-src/fakemail.c2
-rw-r--r--lib-src/movemail.c2
-rw-r--r--lib-src/timer.c2
-rw-r--r--lib-src/wakeup.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c
index 8fffbf0fd25..2bf7767ec4b 100644
--- a/lib-src/b2m.c
+++ b/lib-src/b2m.c
@@ -19,7 +19,7 @@
19#include <time.h> 19#include <time.h>
20#include <sys/types.h> 20#include <sys/types.h>
21 21
22#include "../src/config.h" 22#include <../src/config.h>
23 23
24#ifdef USG 24#ifdef USG
25#include <string.h> 25#include <string.h>
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index ccf0d05d1d5..4219d0a0f5b 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21#define NO_SHORTNAMES 21#define NO_SHORTNAMES
22#include "../src/config.h" 22#include <../src/config.h>
23#undef read 23#undef read
24#undef write 24#undef write
25#undef open 25#undef open
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c
index 91de67741b1..5e233148851 100644
--- a/lib-src/emacsserver.c
+++ b/lib-src/emacsserver.c
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
25 up to the Emacs which then executes them. */ 25 up to the Emacs which then executes them. */
26 26
27#define NO_SHORTNAMES 27#define NO_SHORTNAMES
28#include "../src/config.h" 28#include <../src/config.h>
29#undef read 29#undef read
30#undef write 30#undef write
31#undef open 31#undef open
diff --git a/lib-src/etags.c b/lib-src/etags.c
index bca7a1eb8a0..69a80098166 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
29 */ 29 */
30 30
31#ifdef HAVE_CONFIG_H 31#ifdef HAVE_CONFIG_H
32#include "../src/config.h" 32#include <../src/config.h>
33#endif 33#endif
34 34
35#include <stdio.h> 35#include <stdio.h>
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index a78fbe87f26..4810dc8bfc0 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21#define NO_SHORTNAMES 21#define NO_SHORTNAMES
22#include "../src/config.h" 22#include <../src/config.h>
23 23
24#if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) 24#if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
25/* This program isnot used in BSD, so just avoid loader complaints. */ 25/* This program isnot used in BSD, so just avoid loader complaints. */
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 91f926c3fbc..0063e1d7a11 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -53,7 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
53#include <sys/file.h> 53#include <sys/file.h>
54#include <errno.h> 54#include <errno.h>
55#define NO_SHORTNAMES /* Tell config not to load remap.h */ 55#define NO_SHORTNAMES /* Tell config not to load remap.h */
56#include "../src/config.h" 56#include <../src/config.h>
57 57
58#ifdef USG 58#ifdef USG
59#include <fcntl.h> 59#include <fcntl.h>
diff --git a/lib-src/timer.c b/lib-src/timer.c
index 466425e30a8..c5265d5a9c9 100644
--- a/lib-src/timer.c
+++ b/lib-src/timer.c
@@ -17,7 +17,7 @@
17#include <fcntl.h> /* FASYNC */ 17#include <fcntl.h> /* FASYNC */
18#include <sys/types.h> /* time_t */ 18#include <sys/types.h> /* time_t */
19 19
20#include "../src/config.h" 20#include <../src/config.h>
21#ifdef USG 21#ifdef USG
22#undef SIGIO 22#undef SIGIO
23#define SIGIO SIGUSR1 23#define SIGIO SIGUSR1
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c
index e481bee8324..c26289c84e2 100644
--- a/lib-src/wakeup.c
+++ b/lib-src/wakeup.c
@@ -1,6 +1,6 @@
1/* Program to produce output at regular intervals. */ 1/* Program to produce output at regular intervals. */
2 2
3#include "config.h" 3#include <config.h>
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <sys/types.h> 6#include <sys/types.h>