comparison src/config.in @ 4369:2497c88c03c3

* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit. * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
author Jim Blandy <jimb@redhat.com>
date Sat, 31 Jul 1993 01:39:30 +0000
parents 04bd0c1a6245
children aaab60c46bff
comparison
equal deleted inserted replaced
4368:9a9867a9ee67 4369:2497c88c03c3
114 #undef HAVE_XSCREENRESOURCESTRING 114 #undef HAVE_XSCREENRESOURCESTRING
115 115
116 #undef HAVE_RANDOM 116 #undef HAVE_RANDOM
117 117
118 #undef HAVE_BCOPY 118 #undef HAVE_BCOPY
119
120 #undef HAVE_AIX_SMT_EXP
119 121
120 /* If using GNU, then support inline function declarations. */ 122 /* If using GNU, then support inline function declarations. */
121 #ifdef __GNUC__ 123 #ifdef __GNUC__
122 #define INLINE __inline__ 124 #define INLINE __inline__
123 #else 125 #else