]> code.delx.au - gnu-emacs/commitdiff
Include <config.h> instead of "config.h".
authorRoland McGrath <roland@gnu.org>
Fri, 10 Sep 1993 06:15:46 +0000 (06:15 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 10 Sep 1993 06:15:46 +0000 (06:15 +0000)
70 files changed:
lib-src/b2m.c
lib-src/emacsclient.c
lib-src/emacsserver.c
lib-src/etags.c
lib-src/fakemail.c
lib-src/movemail.c
lib-src/timer.c
lib-src/wakeup.c
src/abbrev.c
src/alloc.c
src/buffer.c
src/bytecode.c
src/callint.c
src/callproc.c
src/casefiddle.c
src/casetab.c
src/cm.c
src/cmds.c
src/data.c
src/dired.c
src/dispnew.c
src/doc.c
src/editfns.c
src/emacs.c
src/eval.c
src/fileio.c
src/filelock.c
src/floatfns.c
src/fns.c
src/frame.c
src/indent.c
src/insdel.c
src/intervals.c
src/keyboard.c
src/keymap.c
src/lread.c
src/macros.c
src/marker.c
src/minibuf.c
src/mocklisp.c
src/print.c
src/process.c
src/ralloc.c
src/scroll.c
src/search.c
src/sunfns.c
src/syntax.c
src/sysdep.c
src/term.c
src/textprop.c
src/undo.c
src/unexaix.c
src/unexconvex.c
src/unexec.c
src/unexenix.c
src/unexmips.c
src/unexsunos4.c
src/vm-limit.c
src/vmsfns.c
src/vmsgmalloc.c
src/vmsmap.c
src/vmstime.c
src/window.c
src/xdisp.c
src/xfaces.c
src/xfns.c
src/xmenu.c
src/xrdb.c
src/xselect.c
src/xterm.c

index 8fffbf0fd25f41f1ade7f8b520c4adcc02526403..2bf7767ec4bb808a058c979623e3a95a122b3790 100644 (file)
@@ -19,7 +19,7 @@
 #include <time.h>
 #include <sys/types.h>
 
-#include "../src/config.h"
+#include <../src/config.h>
 
 #ifdef USG
 #include <string.h>
index ccf0d05d1d5ccfdb07e521fd3eb934a1fbbc62b1..4219d0a0f5beb2539f9cab94af68d2f645da79a3 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
 #define NO_SHORTNAMES
-#include "../src/config.h"
+#include <../src/config.h>
 #undef read
 #undef write
 #undef open
index 91de67741b1aa54bb6098b780426f5ea0f7ea216..5e23314885134293782fa61f020c13c9c961e7a2 100644 (file)
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    up to the Emacs which then executes them.  */
 
 #define NO_SHORTNAMES
-#include "../src/config.h"
+#include <../src/config.h>
 #undef read
 #undef write
 #undef open
index bca7a1eb8a0937983ec8a29c83ee2a7c17fe39a6..69a80098166013179f6d883d0ed149f6345f10cb 100644 (file)
@@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 
 #ifdef HAVE_CONFIG_H
-#include "../src/config.h"
+#include <../src/config.h>
 #endif
 
 #include <stdio.h>
index a78fbe87f267944360d2c02720a660a76d4bdcf2..4810dc8bfc031fdcc002fd8b6e690e8989a0cff7 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
 #define NO_SHORTNAMES
-#include "../src/config.h"
+#include <../src/config.h>
 
 #if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
 /* This program isnot used in BSD, so just avoid loader complaints.  */
index 91f926c3fbc5487ff70397dba1d52cbb9d11fb43..0063e1d7a11280bbaa58723faa9b9205fa58e48d 100644 (file)
@@ -53,7 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/file.h>
 #include <errno.h>
 #define NO_SHORTNAMES   /* Tell config not to load remap.h */
-#include "../src/config.h"
+#include <../src/config.h>
 
 #ifdef USG
 #include <fcntl.h>
index 466425e30a859e1ef076d720f8c2155d0a42b038..c5265d5a9c97adad9e46048722f593bd7fc610ce 100644 (file)
@@ -17,7 +17,7 @@
 #include <fcntl.h>      /* FASYNC */
 #include <sys/types.h>  /* time_t */
 
-#include "../src/config.h"
+#include <../src/config.h>
 #ifdef USG
 #undef SIGIO
 #define SIGIO  SIGUSR1
index e481bee8324fd6d57237403927b1f7f3f5a062a3..c26289c84e2a7a920760adf92b9d60dbf123a896 100644 (file)
@@ -1,6 +1,6 @@
 /* Program to produce output at regular intervals.  */
 
-#include "config.h"
+#include <config.h>
 
 #include <stdio.h>
 #include <sys/types.h>
index 831730f87f37a1ebfed26f8d7c1a8aa806b07f87..9477c501b36d3a9c3b0361eb81eb0bd33e6ad921 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #include "lisp.h"
 #include "commands.h"
index c141f4a1e220f4b882188f098e3aff0b27811bdd..1e207b8f19bb69f72a1005b454c33861e921451e 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "intervals.h"
 #include "puresize.h"
index 7480d89234ec506966ebd6b18146a926f467372b..7aeef15e5d44c0035d035925c4a6c8c4fb579476 100644 (file)
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define MAXPATHLEN 1024
 #endif /* not MAXPATHLEN */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "intervals.h"
 #include "window.h"
index 9987c6118b0ae31bad43bdf0450918c6a5fbd5b1..0b8d0cee0499d3fb185f2daab6e805add972754e 100644 (file)
@@ -32,7 +32,7 @@ by Hallvard:
   o  all conditionals now only do QUIT if they jump.
  */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "syntax.h"
index 3c0cc8c5475061deade6efc87662714f2725c933..fa3ab422f283da4f857b40605cb68934c3184f29 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "commands.h"
index bcf990ad12732a3b0b5753a6586145c19ef15925..cc2812ad95147aa6540b335468a4daa691d616b2 100644 (file)
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <signal.h>
 #include <errno.h>
 
-#include "config.h"
+#include <config.h>
 
 extern int errno;
 #ifndef VMS
index d74308be3f9e92447f1808426888a3e7e30c6720..44ecab569d8558e6e6a73faebd7a22b89d1eda14 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "commands.h"
index dbd200fd0f1e4eb1cef29cdae5956abaab156e90..5b99d44940f0ada084d2f15e0bd925f8da203bd0 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Written by Howard Gayle.  See chartab.c for details. */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 
index f88acff48f14303f9f57d1a40c3a90430f86e54d..da09ac22a88946d866e4e4c6a8c817d91a38ea88 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #include "cm.h"
 #include "termhooks.h"
index fc0a174198f15148c8835d8b249b432ada8609fb..dce8c7c57aa26016dfe4c4e1bfd47cc12b221697 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"
index 5ed79c5925bb9a7ca1a955e0663ecccee93aa260..a3d2f46013b20a755b9e45142e3bd2ab8ac29261 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "puresize.h"
 
index bfc3008861307136c598220b77f0d1c1c14a3ac2..ff51345183b0e00d5cd332ba12b13352de08caad 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifdef VMS
 #include <string.h>
index 06dcebc41dcc7d7eaff1460ae7602e09cb79af75..8e6e3a422fc9e7995b49745251be6145567bf9a9 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #include <ctype.h>
 
index 58a0b4a54a185d20c854eb9da787f965159649ff..47ee4d7e3683ac39fbd01b820610068e8d582710 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/file.h>  /* Must be after sys/types.h for USG and BSD4_1*/
index 44511f6bb9d0f215aa4130c7354e6b5415cb5072..0a868abe76111b10a3b0ce1612182cbd5a1560f2 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <sys/types.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifdef VMS
 #include "vms-pwd.h"
index 7e727ae9a15c755f0338ebe02a31a3f02267dcfc..22d0929834dbb9c47f5e4141231ae6459bf41ffb 100644 (file)
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <signal.h>
 #include <errno.h>
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 
 #include <sys/types.h>
index 0a5998bd989fea2dc28b1286b391c7024d4e46b0..1b05bf09e37da314a1b9c63950384e375b86d3eb 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "blockinput.h"
 
index b9a7dc478bb3ae5282d09d17a81cd1952394825f..347585fc4d2683b7a27eb1f911e2fb34f0aa46b5 100644 (file)
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
index a79797e086b07d788bc626608d94906f0614a3d2..3955f38fae5cd5fd273adc33a55b0f271df89b79 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include "config.h"
+#include <config.h>
 
 #ifdef VMS
 #include "vms-pwd.h"
index b51073b296ee99d030e0540738a825e161d1b08b..da91b97f9ea2f0ce03ebee9d6944214bf5f62f5e 100644 (file)
@@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "syssignal.h"
 
index 3c39364a475b5f1f16993a55a87b43a1cb3c74d0..4bab35a25f7a281278567537c794352a5a95ae72 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 
 /* Note on some machines this defines `vector' as a typedef,
    so make sure we don't use that name in this file.  */
index 95c0c7823e1b9c099349d8b11b00024824229c58..5ec325d04fe3dc3dff4f030ff22944a56bdcf4e8 100644 (file)
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "frame.h"
 
index 5e9209621a7395e72b2ed9bb92036769a8809337..f47cb2091bd6febdac0245ceb211109d02ea3315 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "indent.h"
index f9263fabfd959c150a56a6e4b54ffbf8f287ea7a..e73eee754535931f5bdec5a682a66fe78240ae00 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "intervals.h"
 #include "buffer.h"
index 9d5333bdcbf91a93b00bf846b5fbed2fa279d9e9..7552559492989d759ea1bd1a9cda7aaf6fb8e5e8 100644 (file)
@@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "intervals.h"
 #include "buffer.h"
index e0466553e0f1cda48ff29d9f00ffd6e9fe95d603..daf8acd58319af50f61dbd40d7fd201cbacaaf45 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Allow config.h to undefine symbols found here.  */
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #undef NULL
 #include "termchar.h"
index 5738edbfd13bd96101d5e588e3e38c042fdaeda5..f34a917aeb0512056d7215d33faa44809dece618 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #undef NULL
 #include "lisp.h"
index 905bd264cd57a8bd96268f6a67066f671206621f..8703a7e5f24ef1590d62ce382f9a5dda63d89b07 100644 (file)
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <ctype.h>
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 
 #ifndef standalone
index 91d3ec84fa3a5162d45b3efa983542f66ec01e50..540792edae3d023f4400262fbbcc3e0382d283e0 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "macros.h"
 #include "commands.h"
index 6c26e72fae4737431b6126d3f5ecaa932f905350..35bf72873da6a6e97ffe190a0c67c307855fcc1f 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 
index b9495a5bc464ec5c14b5becdd41acc8cc9c58d2e..b01d728864cd77d546b5844053cdc07c3fbe591b 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"
index cc3396152c091d92a9d20c4099c0d3825219fa33..5f9d2df0af701203b9870498e35bc0dbf767c286 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Compatibility for mocklisp */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 
index 3447f786d2db71d5b58160af270b62e49a3a6330..83dcb2a766d8c6a68f4aaf74257932b3033a05e8 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 #undef NULL
 #include "lisp.h"
index a7e4a07e5d895a925c5a4ae48c3c3485a8c47d05..aa7ae12aff43da0ea52ff8e00158a8919f45e6eb 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 
 /* This file is split into two parts by the following preprocessor
    conditional.  The 'then' clause contains all of the support for
index 61fa9d4d68d2119b367e51cfc7c89d984d7f9ce5..0a06d840843a9b640cd3f7835cce68a8be1350d2 100644 (file)
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifdef emacs
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"              /* Needed for VALBITS.  */
 
 #undef NULL
index 3f2724380b3fc2811a5efe850543f909adc1cd00..5cc60ca1d0253380e1dc67ce7fe369383bb4d0d0 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "termchar.h"
 #include "lisp.h"
 #include "dispextern.h"
index b95e52aed5600cc9f7d8e97d8eb853e41d73bc16..930d1bb51eecdc6b316c4a1d0322ff2332ca14fd 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "syntax.h"
 #include "buffer.h"
index 75b7c8dc24bcc5db5f29bbb5d6a4dd3133b17cd7..6112fbae2b4f6963f060c7e223d6f19432dd7145 100644 (file)
@@ -37,7 +37,7 @@ who first discovered the Menu_Base_Kludge.
 /*
  *     Emacs Lisp-Callable functions for sunwindows
  */
-#include "config.h"
+#include <config.h>
 
 #include <stdio.h>
 #include <errno.h>
index f0d56ee62631c5ca76d20d3e0ab1abed42a82dac..fdee86cf44d11e9739c5f36693f63939ca34b529 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include <ctype.h>
 #include "lisp.h"
 #include "commands.h"
index 6cb5e1c8340e715886b5eed5916c5dbf0fd739d9..45d08959c7e64c1224b1d4dd6350046768074405 100644 (file)
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <signal.h>
 #include <setjmp.h>
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "blockinput.h"
 #undef NULL
index 6388f844dd1491b81bc3eafb91f6a23028e17f54..e8599ee9b90dbfb690744b5d595da7e2686510e9 100644 (file)
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 #include <ctype.h>
-#include "config.h"
+#include <config.h>
 #include "termchar.h"
 #include "termopts.h"
 #include "cm.h"
index 25164871f22b98239341a78580905d49e6c1738e..539269b48dded831c1d75a8b6d174b995e3bef20 100644 (file)
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "intervals.h"
 #include "buffer.h"
index 2e6cae310b6ff302910cc7a978222562dd538d17..3d71516e2bec253a79e302b1329db5e64046460b 100644 (file)
@@ -19,7 +19,7 @@ file named COPYING.  Among other things, the copyright notice
 and this notice must be preserved on all copies.  */
 
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 
index 9fa10e3a91246e79a0b9322b446c81da8567c3e0..e22e0e18d085a19fa779adc425fd07c7232c03a1 100644 (file)
@@ -160,7 +160,7 @@ pointer looks like an int) but not on all machines.
 #ifndef emacs
 #define PERROR(arg) perror (arg); return -1
 #else
-#include "config.h"
+#include <config.h>
 #define PERROR(file) report_error (file, new)
 #endif
 
index 3be4b86f1fff3a04a6bd75fb7b37a8aa2b08ff6d..0ef21577fab272c94c47e89ebf59b44851056e1b 100644 (file)
@@ -163,7 +163,7 @@ pointer looks like an int) but not on all machines.
 
 */
 
-#include "config.h"
+#include <config.h>
 #define PERROR(file) report_error (file, new)
 
 #include <a.out.h>
index 74e459a302ed1e58f0ae01d40c98a7b7627c1e26..7657e24965970a1b4a33717f4554cb525082b05c 100644 (file)
@@ -164,7 +164,7 @@ pointer looks like an int) but not on all machines.
 #define PERROR(arg) perror (arg); return -1
 #else
 #define IN_UNEXEC
-#include "config.h"
+#include <config.h>
 #define PERROR(file) report_error (file, new)
 #endif
 
index f20e7cc502f9357a5d0ea1bbc7cb7c67eac0e13c..20e1b06898a19984b66308c8f4e71ef85217a92d 100644 (file)
@@ -40,7 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
   gb@entity.com
 */
 
-#include "config.h"
+#include <config.h>
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/file.h>
index 292f0210c5343eb301dc5e98f026a109b91e04e0..b39adfc9c39a8d20723933c90d14696af13060c6 100644 (file)
@@ -25,7 +25,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 \f
-#include "config.h"
+#include <config.h>
 #include <sys/types.h>
 #include <sys/file.h>
 #include <sys/stat.h>
index c8dff3482dd65df9ad42a6771f23d01ce908cc7c..664a7db6997e5ca6f642853f122a459a9d310662 100644 (file)
@@ -24,7 +24,7 @@
  *
  */
 #ifdef emacs
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <sys/param.h>
index 12b38f7050fa21a79cef77c712bb39cd010b8b71..0e294413461bd5b9eadc30e5f223b12241546c5a 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifdef emacs
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #endif
 
index 0885fb694d036541252dc2091261802466fec7c4..6a9c2b2b449d9b92564a25d15f7777da7270f50b 100644 (file)
@@ -59,7 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <ctype.h>
 #undef NULL
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include <descrip.h>
 #include <dvidef.h>
index 80b9d51ab0a0c927b9cb9446762a5f20fe0bf6c6..d9939dd1123860426f3ce976259fb4432f9acac9 100644 (file)
@@ -104,7 +104,7 @@ extern void __vms_free __P ((__ptr_t __ptr));
 #include <stdio.h>             /* Harmless, gets __GNU_LIBRARY__ defined.  */
 
 #if defined(HAVE_CONFIG_H) || defined(emacs)
-#include "config.h"
+#include <config.h>
 #endif
 
 #if    defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG)
index aa1353028580f9748e526d88351669f94086e726..6597a47de01e48e076d593709921d95c83396a91 100644 (file)
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifdef VMS
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include <rab.h>
 #include <fab.h>
index a7316ffabace6c4a5ef4643eb215f25a1683c085..08c0a9826097e314269db2c1b37efdc58141bc7b 100644 (file)
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "config.h"
+#include <config.h>
 #include "vmstime.h"
 
 long timezone=0;
index 9ea7866cde39cd50cdf539c0b52a5568263289f5..3142479a72aaacabaa249077ec3e3559232989c4 100644 (file)
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "frame.h"
index dc833e5d5f9240721d5ba55b84255f207a27790d..7f73516266bb53350e49a908e5c5b2d7eea00e44 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 #include <stdio.h>
 /*#include <ctype.h>*/
 #undef NULL
index e043ea25a84e5b3eb4ebb25b2f11000dd401860f..f2a26a52defc4f8115d0226d509cf8cfb5f10966 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 
 #ifdef HAVE_X_WINDOWS
index 1997d4ff626a2752cefbdfe27f4d87f884c27115..3771fb35dde23e57a9006067edaa4c5fa74ecc59 100644 (file)
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 #endif
 #include <signal.h>
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "xterm.h"
 #include "frame.h"
index 1c17085571a760e37897ffe761f4fb4fe8ed0bc5..9fcd49f8a85e87f5da855b68d0c674348c05ce4e 100644 (file)
@@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* On 4.3 this loses if it comes after xterm.h.  */
 #include <signal.h>
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "frame.h"
 #include "window.h"
index b1a8a9ce6a2101d75f073ffe2f9f7501d3c45d7a..354d38a52b4d03e3f3f277769e7ce66cd8427de7 100644 (file)
@@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Written by jla, 4/90 */
 
 #ifdef emacs
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stdio.h>
index 7b6a1164e3ce0ccf6b67acdbf246dc34d0a10dea..54e645ff7cfb9664c04668517fcc1a186959e526 100644 (file)
@@ -23,7 +23,7 @@ x_reply_selection_request  */
 
 /* Rewritten by jwz */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #if 0
 #include <stdio.h>     /* termhooks.h needs this */
index 0379ef7bda84e009921e770730ef6eba90dc4642..2cea43a0936674800cd5cb8461677560ab2273b5 100644 (file)
@@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <stdio.h>
 #include <signal.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifdef HAVE_X_WINDOWS