Mercurial > emacs
diff src/s/sol2.h @ 11250:9ccb4577abd6
(C_SWITCH_X_SYSTEM): Defined.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 07 Apr 1995 06:54:50 +0000 |
| parents | fc4b95c29300 |
| children | 3b1af0c2d02c |
line wrap: on
line diff
--- a/src/s/sol2.h Fri Apr 07 06:36:45 1995 +0000 +++ b/src/s/sol2.h Fri Apr 07 06:54:50 1995 +0000 @@ -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
