aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 21:18:45 -0400
committerGlenn Morris2012-07-11 21:18:45 -0400
commitea0bbd1767884d08671f0500ba6c8f8b68a7fc4d (patch)
treed9f93f7b3ab366382612635cdade8b390096fa27 /src/s
parentc5564388a3d737538a48a202b9668cefa776794d (diff)
downloademacs-ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d.tar.gz
emacs-ea0bbd1767884d08671f0500ba6c8f8b68a7fc4d.zip
Move some AIX defines from src/s to configure
* configure.ac (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPOLL) (BROKEN_SIGPTY): Move here from src/s. * src/s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY) (BROKEN_SIGPOLL): Let configure set them. * src/s/syssignal.h: Comment fix.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix4-2.h11
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