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/esix5r4.h [lexbind]


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

Index: emacs/src/s/esix5r4.h
diff -c /dev/null emacs/src/s/esix5r4.h:1.3.18.1
*** /dev/null   Tue Oct 14 19:23:12 2003
--- emacs/src/s/esix5r4.h       Tue Oct 14 19:22:53 2003
***************
*** 0 ****
--- 1,27 ----
+ /* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386.  */
+ /* Redone by address@hidden (Joe Kelsey).  */
+ 
+ #include "usg5-4.h"
+ 
+ #define SYSTEM_MALLOC 1
+ #if defined (HAVE_XFREE386)
+ # undef LIB_STANDARD
+ # define LIB_STANDARD -lc
+ #else
+ # define LIB_X11_LIB -lsocket -lc -lX11
+ # undef LIB_STANDARD
+ # ifdef ORDINARY_LINK
+ #   define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a
+ # else
+ #   define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a 
/usr/ccs/lib/crtn.o
+ # endif
+ 
+ /* Resolve BSD string functions in X Window library from libucb.a.  */
+ # define BSTRING
+ 
+ /* zircon!joe says this makes X windows work.  */
+ # define BROKEN_FIONREAD
+ #endif
+ 
+ /* arch-tag: 2d314ae9-0357-4ddf-96e5-cf821071ba4b
+    (do not change this comment) */




reply via email to

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