Mercurial > emacs
comparison src/config.in @ 2331:4d6de8716513
* config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags.
* ymakefile (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): Provide default
values. Include C_SWITCH_X_SITE in CFLAGS, include
LD_SWITCH_X_SITE in LIBX, and pass C_SWITCH_X_SITE to the make
which builds the X Menu library.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 23 Mar 1993 05:57:11 +0000 |
parents | 674578464a59 |
children | eb409ebaf06b |
comparison
equal
deleted
inserted
replaced
2330:4420aeeb8ff9 | 2331:4d6de8716513 |
---|---|
152 #ifndef USG | 152 #ifndef USG |
153 /* #define subprocesses */ | 153 /* #define subprocesses */ |
154 #endif | 154 #endif |
155 #endif | 155 #endif |
156 | 156 |
157 /* Define LD_SWITCH_SITE to contain any special flags your loader may | 157 /* Define LD_SWITCH_SITE to contain any special flags your loader may need. */ |
158 need. For instance, if you've defined HAVE_X_WINDOWS above and your | |
159 X libraries aren't in a place that your loader can find on its own, | |
160 you might want to add "-L/..." or something similar. */ | |
161 /* #define LD_SWITCH_SITE */ | 158 /* #define LD_SWITCH_SITE */ |
162 | 159 |
163 /* Define C_SWITCH_SITE to contain any special flags your compiler may | 160 /* Define C_SWITCH_SITE to contain any special flags your compiler needs. */ |
164 need. For instance, if you've defined HAVE_X_WINDOWS above and your | |
165 X include files aren't in a place that your compiler can find on its | |
166 own, you might want to add "-I/..." or something similar. */ | |
167 /* #define C_SWITCH_SITE */ | 161 /* #define C_SWITCH_SITE */ |
162 | |
163 /* Define LD_SWITCH_X_SITE to contain any special flags your loader | |
164 may need to deal with X Windows. For instance, if you've defined | |
165 HAVE_X_WINDOWS above and your X libraries aren't in a place that | |
166 your loader can find on its own, you might want to add "-L/..." or | |
167 something similar. */ | |
168 /* #define LD_SWITCH_X_SITE */ | |
169 | |
170 /* Define C_SWITCH_X_SITE to contain any special flags your compiler | |
171 may need to deal with X Windows. For instance, if you've defined | |
172 HAVE_X_WINDOWS above and your X include files aren't in a place | |
173 that your compiler can find on its own, you might want to add | |
174 "-I/..." or something similar. */ | |
175 /* #define C_SWITCH_X_SITE */ | |
168 | 176 |
169 /* Define the return type of signal handlers if the s-xxx file | 177 /* Define the return type of signal handlers if the s-xxx file |
170 did not already do so. */ | 178 did not already do so. */ |
171 #ifndef SIGTYPE | 179 #ifndef SIGTYPE |
172 #define SIGTYPE void | 180 #define SIGTYPE void |