Include <config.h> instead of "config.h".
This commit is contained in:
parent
dbf6ad3d3e
commit
18160b98ce
70 changed files with 70 additions and 70 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "../src/config.h"
|
||||
#include <../src/config.h>
|
||||
|
||||
#ifdef USG
|
||||
#include <string.h>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Program to produce output at regular intervals. */
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
2
src/cm.c
2
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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*/
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
*/
|
||||
#ifdef emacs
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue