diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix4-2.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 7b7f785954d..ec7a1eeb0b8 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h | |||
| @@ -60,17 +60,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 60 | to avoid a crash just use the Emacs implementation for that function. */ | 60 | to avoid a crash just use the Emacs implementation for that function. */ |
| 61 | #define BROKEN_GET_CURRENT_DIR_NAME 1 | 61 | #define BROKEN_GET_CURRENT_DIR_NAME 1 |
| 62 | 62 | ||
| 63 | /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ | ||
| 64 | #define BROKEN_FIONREAD | ||
| 65 | /* As we define BROKEN_FIONREAD, SIGIO will be undefined in systty.h. | ||
| 66 | But, on AIX, SIGAIO, SIGPTY, and SIGPOLL are defined as SIGIO, | ||
| 67 | which causes compilation error at init_signals in sysdep.c. So, we | ||
| 68 | define these macros so that syssignal.h detects them and undefine | ||
| 69 | SIGAIO, SIGPTY and SIGPOLL. */ | ||
| 70 | #define BROKEN_SIGAIO | ||
| 71 | #define BROKEN_SIGPTY | ||
| 72 | #define BROKEN_SIGPOLL | ||
| 73 | |||
| 74 | /* Conservative garbage collection has not been tested, so for now | 63 | /* Conservative garbage collection has not been tested, so for now |
| 75 | play it safe and stick with the old-fashioned way of marking. */ | 64 | play it safe and stick with the old-fashioned way of marking. */ |
| 76 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE | 65 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE |