comparison lib-src/emacsserver.c @ 42133:14add4c935a4

Include "config.h", not <../src/config.h>.
author Dave Love <fx@gnu.org>
date Tue, 18 Dec 2001 16:00:01 +0000
parents a94d9387d8cd
children 681d2b02da2d
comparison
equal deleted inserted replaced
42132:398fa38cf321 42133:14add4c935a4
24 This program accepts communication from client (program emacsclient.c) 24 This program accepts communication from client (program emacsclient.c)
25 and passes their commands (consisting of keyboard characters) 25 and passes their commands (consisting of keyboard characters)
26 up to the Emacs which then executes them. */ 26 up to the Emacs which then executes them. */
27 27
28 #define NO_SHORTNAMES 28 #define NO_SHORTNAMES
29 #include <../src/config.h> 29 #include "config.h"
30 #include <signal.h> 30 #include <signal.h>
31 #undef signal 31 #undef signal
32 32
33 #if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC) 33 #if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC)
34 #include <stdio.h> 34 #include <stdio.h>