view src/s/esix5r4.h @ 19073:215810cb0e44 libc-970802 libc-970803 libc-970804 libc-970805 libc-970806 libc-970807 libc-970808 libc-970809 libc-970810 libc-970811 libc-970812 libc-970813 libc-970814 libc-970815 libc-970816 libc-970817 libc-970818 libc-970819 libc-970820 libc-970821 libc-970822

Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Aug 1997 18:09:30 +0000
parents c1ddce9c1e2c
children 695cf19ef79e
line wrap: on
line source

/* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386.  */
/* Redone by zircon!joe@uunet.uu.net (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