Mercurial > emacs
annotate src/s/sol2-3.h @ 7138:cbe3820953c6
(compilation-error-regexp-alist): Add fortran pattern.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 27 Apr 1994 21:57:57 +0000 |
parents | 25bdc55196ad |
children | 55588e31b258 |
rev | line source |
---|---|
6840 | 1 #include "sol2.h" |
5227 | 2 |
3 /* Solaris 2.3 has a bug in XListFontsWithInfo. */ | |
4 #define BROKEN_XLISTFONTSWITHINFO | |
6104
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
5 |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
6 /* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */ |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
7 |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
8 #undef LD_SWITCH_SYSTEM |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
9 |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
10 #ifndef __GNUC__ |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
11 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
12 #else /* GCC */ |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
13 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib -Xlinker LD_SWITCH_X_SITE_AUX |
44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
Richard M. Stallman <rms@gnu.org>
parents:
5227
diff
changeset
|
14 #endif /* GCC */ |