diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index ca2e2ddadb6..144d6e4e1f8 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -194,6 +194,10 @@ and this notice must be preserved on all copies. */ | |||
| 194 | something similar. */ | 194 | something similar. */ |
| 195 | #undef LD_SWITCH_X_SITE | 195 | #undef LD_SWITCH_X_SITE |
| 196 | 196 | ||
| 197 | /* Define LD_SWITCH_X_SITE_AUX with an -R option | ||
| 198 | in case it's needed (for Solaris, for example). */ | ||
| 199 | #undef LD_SWITCH_X_SITE_AUX | ||
| 200 | |||
| 197 | /* Define C_SWITCH_X_SITE to contain any special flags your compiler | 201 | /* Define C_SWITCH_X_SITE to contain any special flags your compiler |
| 198 | may need to deal with X Windows. For instance, if you've defined | 202 | may need to deal with X Windows. For instance, if you've defined |
| 199 | HAVE_X_WINDOWS above and your X include files aren't in a place | 203 | HAVE_X_WINDOWS above and your X include files aren't in a place |