comparison src/m/next.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents c7528f8e288d
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
46 #define SEGSIZ 0x20000 46 #define SEGSIZ 0x20000
47 #define SEGMENT_MASK (SEGSIZ - 1) 47 #define SEGMENT_MASK (SEGSIZ - 1)
48 48
49 #define HAVE_UNIX_DOMAIN 49 #define HAVE_UNIX_DOMAIN
50 50
51 #define LIB_X11_LIB -L/usr/lib/X11 -lX11 51 #define LIB_X11_LIB "-L/usr/lib/X11 -lX11"
52 52
53 /* This avoids a problem in Xos.h when using co-Xist 3.01. */ 53 /* This avoids a problem in Xos.h when using co-Xist 3.01. */
54 #define X_NOT_POSIX 54 #define X_NOT_POSIX
55 55
56 /* Conflicts in process.c between ioctl.h & tty.h use of t_foo fields */ 56 /* Conflicts in process.c between ioctl.h & tty.h use of t_foo fields */
57 57
58 #define NO_T_CHARS_DEFINES 58 #define NO_T_CHARS_DEFINES
59 59
60 /* Use our own unexec routines */ 60 /* Use our own unexec routines */
61 61
62 #define UNEXEC unexnext.o 62 #define UNEXEC "unexnext.o"
63 63
64 /* We don't have a g library either, so override the -lg LIBS_DEBUG switch */ 64 /* We don't have a g library either, so override the -lg LIBS_DEBUG switch */
65 65
66 #define LIBS_DEBUG 66 #define LIBS_DEBUG
67 67