comparison src/config.in @ 2987:f62d4f8e6499

* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the #defines to #undef's, so ../configure knows it should tweak them.
author Jim Blandy <jimb@redhat.com>
date Sun, 23 May 1993 21:35:48 +0000
parents e94a593c3952
children db5ef3863442
comparison
equal deleted inserted replaced
2986:3004f1336225 2987:f62d4f8e6499
155 /* Define LD_SWITCH_X_SITE to contain any special flags your loader 155 /* Define LD_SWITCH_X_SITE to contain any special flags your loader
156 may need to deal with X Windows. For instance, if you've defined 156 may need to deal with X Windows. For instance, if you've defined
157 HAVE_X_WINDOWS above and your X libraries aren't in a place that 157 HAVE_X_WINDOWS above and your X libraries aren't in a place that
158 your loader can find on its own, you might want to add "-L/..." or 158 your loader can find on its own, you might want to add "-L/..." or
159 something similar. */ 159 something similar. */
160 #define LD_SWITCH_X_SITE 160 #undef LD_SWITCH_X_SITE
161 161
162 /* Define C_SWITCH_X_SITE to contain any special flags your compiler 162 /* Define C_SWITCH_X_SITE to contain any special flags your compiler
163 may need to deal with X Windows. For instance, if you've defined 163 may need to deal with X Windows. For instance, if you've defined
164 HAVE_X_WINDOWS above and your X include files aren't in a place 164 HAVE_X_WINDOWS above and your X include files aren't in a place
165 that your compiler can find on its own, you might want to add 165 that your compiler can find on its own, you might want to add
166 "-I/..." or something similar. */ 166 "-I/..." or something similar. */
167 #define C_SWITCH_X_SITE 167 #undef C_SWITCH_X_SITE
168 168
169 /* Define the return type of signal handlers if the s-xxx file 169 /* Define the return type of signal handlers if the s-xxx file
170 did not already do so. */ 170 did not already do so. */
171 #define RETSIGTYPE void 171 #define RETSIGTYPE void
172 172