Rename our max_align_t to sxe_max_align_t
[sxemacs] / src / s / usg5-3.h
1 /* Definitions file for GNU Emacs running on AT&T's System V Release 3
2    Copyright (C) 1987 Free Software Foundation, Inc.
3
4 This file is part of SXEmacs
5
6 SXEmacs is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 SXEmacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
18
19
20 /* Synched up with: FSF 19.31. */
21
22 #include "usg5-2-2.h"
23
24 #define USG5_3
25
26 /* Some versions of V.3 have this, but not all.
27    #define HAVE_PTYS
28    #define SYSV_PTYS  */
29
30 /* 5.3 apparently makes close() interruptible */
31
32 #define INTERRUPTIBLE_CLOSE
33
34 /* Apparently -lg is provided in 5.3 */
35
36 #undef LIBS_DEBUG
37
38 /* Some variants have TIOCGETC, but the structures to go with it
39    are not declared.  */
40
41 #define BROKEN_TIOCGETC
42
43 /* Some variants have TIOCGWINSZ, but the structures to go with it
44    are not declared.  */
45
46 #define BROKEN_TIOCGWINSZ
47
48 /* Enable support for shared libraries in unexec.  */
49
50 #define USG_SHARED_LIBRARIES