aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/delta.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/m/delta.h b/src/m/delta.h
index b53ecba54cd..cca3a23fe4e 100644
--- a/src/m/delta.h
+++ b/src/m/delta.h
@@ -139,7 +139,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
139#define HAVE_PTYS 139#define HAVE_PTYS
140#define SYSV_PTYS 140#define SYSV_PTYS
141#define HAVE_SELECT 141#define HAVE_SELECT
142#define HAVE_SOCKETS /***** only if NSE has been installed *****/ 142#ifdef HAVE_INET_SOCKETS /* this comes from autoconf */
143# define HAVE_SOCKETS /* NSE may or may not have been installed */
144#endif
143#define HAVE_TIMEVAL 145#define HAVE_TIMEVAL
144#define SIGNALS_VIA_CHARACTERS 146#define SIGNALS_VIA_CHARACTERS
145#define BROKEN_CLOSEDIR /* builtin closedir is interruptible */ 147#define BROKEN_CLOSEDIR /* builtin closedir is interruptible */
@@ -204,8 +206,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
204 206
205# ifdef __STDC__ 207# ifdef __STDC__
206 /* Compiling with gnucc (not through ccd). This means -traditional is 208 /* Compiling with gnucc (not through ccd). This means -traditional is
207 not set. Let us set it, because (as of emacs 19.21) gmalloc.c 209 not set. Let us set it, because gmalloc.c includes <stddef.h>,
208 includes <stddef.h>, and we don't have that (as of SYSV68 R3V7). 210 and we don't have that (as of SYSV68 R3V7).
209 Removing the -finline-functions option to gnucc causes an 211 Removing the -finline-functions option to gnucc causes an
210 executable emacs smaller by about 10%. */ 212 executable emacs smaller by about 10%. */
211# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -finline-functions -fcaller-saves 213# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -finline-functions -fcaller-saves