Mercurial > hg > xemacs-beta
comparison src/s/nextstep.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 6a378aca36af |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
70 /* Definitions for how to link. */ | 70 /* Definitions for how to link. */ |
71 | 71 |
72 /* Link this program just by running cc. */ | 72 /* Link this program just by running cc. */ |
73 #define ORDINARY_LINK | 73 #define ORDINARY_LINK |
74 | 74 |
75 #define LD_SWITCH_SYSTEM -X -noseglinkedit | 75 #define LD_SWITCH_SYSTEM "-X -noseglinkedit" |
76 | 76 |
77 /* Don't use -lc on the NeXT. */ | 77 /* Don't use -lc on the NeXT. */ |
78 #define LIB_STANDARD -lsys_s | 78 #define LIB_STANDARD "-lsys_s" |
79 #define LIB_MATH -lm | 79 #define LIB_MATH "-lm" |
80 | 80 |
81 #define START_FILES pre-crt0.o | 81 #define START_FILES "pre-crt0.o" |
82 | 82 |
83 #define LIB_X11_LIB -L/usr/lib/X11 -lX11 | 83 #define LIB_X11_LIB "-L/usr/lib/X11 -lX11" |
84 | 84 |
85 /* We don't have a g library either, so override the -lg LIBS_DEBUG switch */ | 85 /* We don't have a g library either, so override the -lg LIBS_DEBUG switch */ |
86 | 86 |
87 #define LIBS_DEBUG | 87 #define LIBS_DEBUG |
88 | 88 |
90 | 90 |
91 #define LIB_GCC | 91 #define LIB_GCC |
92 | 92 |
93 /* Definitions for how to dump. */ | 93 /* Definitions for how to dump. */ |
94 | 94 |
95 #define UNEXEC unexnext.o | 95 #define UNEXEC "unexnext.o" |
96 | 96 |
97 /* start_of_text isn't actually used, so make it compile without error. */ | 97 /* start_of_text isn't actually used, so make it compile without error. */ |
98 #define TEXT_START 0 | 98 #define TEXT_START 0 |
99 /* This seems to be right for end_of_text, but it may not be used anyway. */ | 99 /* This seems to be right for end_of_text, but it may not be used anyway. */ |
100 #define TEXT_END get_etext () | 100 #define TEXT_END get_etext () |
121 #undef BSD_TERMIOS | 121 #undef BSD_TERMIOS |
122 #undef HAVE_TERMIOS | 122 #undef HAVE_TERMIOS |
123 #undef HAVE_TERMIO | 123 #undef HAVE_TERMIO |
124 #define NO_TERMIO | 124 #define NO_TERMIO |
125 #define TAB3 XTABS | 125 #define TAB3 XTABS |
126 #define C_OPTIMIZE_SWITCH -pipe | 126 #define C_OPTIMIZE_SWITCH "-pipe" |
127 #undef HAVE_SETITIMER | 127 #undef HAVE_SETITIMER |
128 | 128 |
129 /* XEmacs addition from Axel Seibert */ | 129 /* XEmacs addition from Axel Seibert */ |
130 #ifndef NOT_C_CODE | 130 #ifndef NOT_C_CODE |
131 #include <sys/types.h> | 131 #include <sys/types.h> |