diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-07 06:54:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-07 06:54:50 +0000 |
commit | 30b4fc23418ba880e725d5d546331784f16c03c0 (patch) | |
tree | 439fb0b92661d4e6313a1a9cc543d576273616d2 /src/s/sol2.h | |
parent | cbd4d46b53b64458588026470bf102292b456e4a (diff) | |
download | emacs-30b4fc23418ba880e725d5d546331784f16c03c0.tar.gz |
(C_SWITCH_X_SYSTEM): Defined.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r-- | src/s/sol2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index 39acc544954..1af8a89c4aa 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -24,3 +24,8 @@ #endif /* GCC */ #define HAVE_VFORK + +/* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files + are in this directory on Solaris 2.4. Let's guess that's true + for some earlier versions too. */ +#define C_SWITCH_X_SYSTEM -I/usr/dt/include |