aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorFrancesco Potortì1994-04-20 10:52:23 +0000
committerFrancesco Potortì1994-04-20 10:52:23 +0000
commitca9c55b09a791d21e83e8a76183ed51550e4fa42 (patch)
treec17ee3b89ba4192376d7cfce574d9aef482f4180 /src/m
parentb6d8a44f8f07708a9f4282b7e9bc3e93c8bf701f (diff)
downloademacs-ca9c55b09a791d21e83e8a76183ed51550e4fa42.tar.gz
emacs-ca9c55b09a791d21e83e8a76183ed51550e4fa42.zip
* m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined.
Diffstat (limited to 'src/m')
-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