comparison src/s/netbsd.h @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 0132846995bd
children 2d532a89d707
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
38 /* XEmacs change */ 38 /* XEmacs change */
39 #define LIBS_TERMCAP "-ltermcap" 39 #define LIBS_TERMCAP "-ltermcap"
40 40
41 #define NEED_ERRNO 41 #define NEED_ERRNO
42 42
43 #define GETPGRP_NO_ARG 43 #if 0 /* mrb */
44
45 #if 0
46 #ifndef NO_SHARED_LIBS 44 #ifndef NO_SHARED_LIBS
47 /* These definitions should work for either dynamic or static linking, 45 /* These definitions should work for either dynamic or static linking,
48 whichever is the default for `cc -nostdlib'. */ 46 whichever is the default for `cc -nostdlib'. */
49 /* but they probably don't, and life's too short - jrg@doc.ic.ac.uk 47 /* but they probably don't, and life's too short - jrg@doc.ic.ac.uk
50 ask for no shared libs if you have 0.9 */ 48 ask for no shared libs if you have 0.9 */
54 #define RUN_TIME_REMAP 52 #define RUN_TIME_REMAP
55 #else 53 #else
56 #define START_FILES "crt0.o" 54 #define START_FILES "crt0.o"
57 55
58 #endif /* not NO_SHARED_LIBS */ 56 #endif /* not NO_SHARED_LIBS */
59 #endif /* 0 */ 57 #endif /* 0 - mrb */
60 58
61 #define HAVE_TEXT_START /* No need to define `start_of_text'. */ 59 #define HAVE_TEXT_START /* No need to define `start_of_text'. */
62 #define ORDINARY_LINK 60 #define ORDINARY_LINK
63 #define UNEXEC "unexfreebsd.o" /* ironic, considering history of unexfreebsd */ 61 #define UNEXEC "unexfreebsd.o" /* ironic, considering history of unexfreebsd */
64 62