emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/isc4-0.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/isc4-0.h [lexbind]
Date: Tue, 14 Oct 2003 19:23:16 -0400

Index: emacs/src/s/isc4-0.h
diff -c /dev/null emacs/src/s/isc4-0.h:1.11.18.1
*** /dev/null   Tue Oct 14 19:23:16 2003
--- emacs/src/s/isc4-0.h        Tue Oct 14 19:22:53 2003
***************
*** 0 ****
--- 1,33 ----
+ #include "isc3-0.h"
+ 
+ #undef LIBS_SYSTEM
+ #define LIBS_SYSTEM -linet -lcposix
+ 
+ #define ISC4_0
+ 
+ /* address@hidden reported this was necessary.
+    He used GCC.  I don't know what is needed with other compilers.  */
+ #ifdef __GNUC__
+ #undef LIBX11_SYSTEM
+ #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
+ #endif
+ 
+ /* Tobias Herbert <address@hidden>
+    says this is needed.  */
+ 
+ #ifndef POSIX_SIGNALS
+ #ifndef sigblock
+ #ifndef SIG_BLOCK
+ #define SIG_BLOCK 0
+ #endif
+ #define sigblock(sig)                                 \
+      (sigprocmask_set = SIGEMPTYMASK | (sig),         \
+       sigprocmask (SIG_BLOCK, &sigprocmask_set, NULL))
+ #define sigunblock(sig)                                               \
+      (sigprocmask_set = SIGFULLMASK & ~(sig),                 \
+       sigprocmask (SIG_SETMASK, &sigprocmask_set, NULL))
+ #endif
+ #endif /* not POSIX_SIGNALS */
+ 
+ /* arch-tag: 1278f86f-17f2-462d-88c9-85e4b5faa5c3
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]