Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4838e624
Commit
4838e624
authored
Jan 01, 2002
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <config.h>.
parent
3c1e6b46
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
8 deletions
+29
-8
lib-src/fakemail.c
lib-src/fakemail.c
+1
-1
src/sysdep.c
src/sysdep.c
+3
-1
src/unexapollo.c
src/unexapollo.c
+4
-1
src/w32.c
src/w32.c
+5
-1
src/w32bdf.c
src/w32bdf.c
+5
-1
src/w32heap.c
src/w32heap.c
+3
-1
src/w32inevt.c
src/w32inevt.c
+3
-1
src/w32proc.c
src/w32proc.c
+5
-1
No files found.
lib-src/fakemail.c
View file @
4838e624
...
...
@@ -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)
...
...
src/sysdep.c
View file @
4838e624
...
...
@@ -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
...
...
src/unexapollo.c
View file @
4838e624
...
...
@@ -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>
...
...
src/w32.c
View file @
4838e624
...
...
@@ -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
...
...
src/w32bdf.c
View file @
4838e624
...
...
@@ -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"
...
...
src/w32heap.c
View file @
4838e624
...
...
@@ -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>
...
...
src/w32inevt.c
View file @
4838e624
...
...
@@ -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>
...
...
src/w32proc.c
View file @
4838e624
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment