Mercurial > emacs
annotate src/s/sol2.h @ 6630:cd036c4e1dfd
(update_menu_bar): Pass 0 to set_frame_menubar.
| author | Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr> |
|---|---|
| date | Fri, 01 Apr 1994 13:43:24 +0000 |
| parents | 4acb066b1b96 |
| children | 55588e31b258 |
| rev | line source |
|---|---|
|
2815
60f122cfe785
* process.c (wait_reading_process_input): If we're running
Jim Blandy <jimb@redhat.com>
parents:
2741
diff
changeset
|
1 #include "usg5-4.h" |
| 1179 | 2 |
|
4189
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
3 /* eggert@twinsun.com said these work in Solaris. |
|
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
4 Perhaps they work in all kinds of SVR4, but this is more conservative. */ |
|
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
5 #undef BROKEN_TIOCGETC |
|
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
6 #undef BROKEN_TIOCGWINSZ |
|
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
7 |
|
3435
7930bf123cb7
(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3413
diff
changeset
|
8 /* This triggers a conditional in xfaces.c. */ |
|
7930bf123cb7
(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3413
diff
changeset
|
9 #define XOS_NEEDS_TIME_H |
|
7930bf123cb7
(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3413
diff
changeset
|
10 |
| 1179 | 11 #define POSIX |
| 12 | |
| 6103 | 13 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option |
| 14 says where to find X windows at run time. */ | |
|
1638
e49c2e6349e4
(LD_SWITCH_SYSTEM): Make alternate version for GCC.
Richard M. Stallman <rms@gnu.org>
parents:
1584
diff
changeset
|
15 #ifndef __GNUC__ |
|
5596
191c4af115dc
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
Richard M. Stallman <rms@gnu.org>
parents:
4189
diff
changeset
|
16 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX |
|
1638
e49c2e6349e4
(LD_SWITCH_SYSTEM): Make alternate version for GCC.
Richard M. Stallman <rms@gnu.org>
parents:
1584
diff
changeset
|
17 #else /* GCC */ |
|
5596
191c4af115dc
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
Richard M. Stallman <rms@gnu.org>
parents:
4189
diff
changeset
|
18 #define LD_SWITCH_SYSTEM -Xlinker LD_SWITCH_X_SITE_AUX |
|
1638
e49c2e6349e4
(LD_SWITCH_SYSTEM): Make alternate version for GCC.
Richard M. Stallman <rms@gnu.org>
parents:
1584
diff
changeset
|
19 #endif /* GCC */ |
| 1179 | 20 |
| 21 /* Compile in non-ansi fashion to work around bugs in system header files. */ | |
| 22 #ifndef __GNUC__ | |
| 23 #define C_SWITCH_SYSTEM -Xs | |
| 24 #else /* GCC */ | |
| 25 #define C_SWITCH_SYSTEM -traditional | |
| 26 #endif /* GCC */ | |
|
2815
60f122cfe785
* process.c (wait_reading_process_input): If we're running
Jim Blandy <jimb@redhat.com>
parents:
2741
diff
changeset
|
27 #define const |
|
2741
1d72336294c6
* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Jim Blandy <jimb@redhat.com>
parents:
1638
diff
changeset
|
28 |
|
1d72336294c6
* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Jim Blandy <jimb@redhat.com>
parents:
1638
diff
changeset
|
29 /* Karl Berry writes: |
|
1d72336294c6
* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Jim Blandy <jimb@redhat.com>
parents:
1638
diff
changeset
|
30 If you have the misfortune to be running Solaris 2.1, you may have |
|
1d72336294c6
* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Jim Blandy <jimb@redhat.com>
parents:
1638
diff
changeset
|
31 noticed that the access system call does not check the readonlyness of |
|
1d72336294c6
* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Jim Blandy <jimb@redhat.com>
parents:
1638
diff
changeset
|
32 the filesystem the path refers to. This is a bug, according to |
|
1d72336294c6
* fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the
Jim Blandy <jimb@redhat.com>
parents:
1638
diff
changeset
|
33 access(2), but in the meantime, some of us need the right behavior. */ |
|
3162
358923f49f13
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
Jim Blandy <jimb@redhat.com>
parents:
3161
diff
changeset
|
34 |
|
358923f49f13
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
Jim Blandy <jimb@redhat.com>
parents:
3161
diff
changeset
|
35 /* Well, we released Emacs with this change, and fixed a typo, but |
|
358923f49f13
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
Jim Blandy <jimb@redhat.com>
parents:
3161
diff
changeset
|
36 people keep saying that it doesn't work, and that the patch is easy |
| 3413 | 37 to install. Patch number is 100947-02. */ |
|
3162
358923f49f13
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
Jim Blandy <jimb@redhat.com>
parents:
3161
diff
changeset
|
38 #undef SOLARIS_BROKEN_ACCESS |
