comparison src/s/osf1.h @ 17888:f36dbc0b1e80

(HAVE_TERMIOS): Define it.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 May 1997 08:32:44 +0000
parents f8a058024b5a
children bdcb6282a658
comparison
equal deleted inserted replaced
17887:488aa370e96d 17888:f36dbc0b1e80
30 30
31 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option 31 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
32 says where to find X windows at run time. We convert it to a -rpath option 32 says where to find X windows at run time. We convert it to a -rpath option
33 which is what OSF1 uses. */ 33 which is what OSF1 uses. */
34 #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` 34 #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`
35
36 #define HAVE_TERMIOS
37