comparison src/m/tad68k.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
68 Define neither one if an assembler-language alloca 68 Define neither one if an assembler-language alloca
69 in the file alloca.s should be used. */ 69 in the file alloca.s should be used. */
70 70
71 /* SysV has alloca in the PW library */ 71 /* SysV has alloca in the PW library */
72 72
73 #define LIB_STANDARD -lPW -lc 73 #define LIB_STANDARD "-lPW -lc"
74 #define HAVE_ALLOCA 74 #define HAVE_ALLOCA
75 75
76 /* Define NO_REMAP if memory segmentation makes it not work well 76 /* Define NO_REMAP if memory segmentation makes it not work well
77 to change the boundary between the text section and data section 77 to change the boundary between the text section and data section
78 when Emacs is dumped. If you define this, the preloaded Lisp 78 when Emacs is dumped. If you define this, the preloaded Lisp
89 #define TPIX /* used in various source files */ 89 #define TPIX /* used in various source files */
90 #undef ADDR_CORRECT /* don't need this bug fix */ 90 #undef ADDR_CORRECT /* don't need this bug fix */
91 #define fchmod /* we don't have fchmod() */ 91 #define fchmod /* we don't have fchmod() */
92 #define SECTION_ALIGNMENT (2048-1) /* 2k boundaries required in unexec */ 92 #define SECTION_ALIGNMENT (2048-1) /* 2k boundaries required in unexec */
93 #define SEGMENT_MASK (128*1024-1) /* 128k offsets required in unexec */ 93 #define SEGMENT_MASK (128*1024-1) /* 128k offsets required in unexec */
94 #define C_DEBUG_SWITCH -O /* build with -O (TPIX has GCC 1.34) */ 94 #define C_DEBUG_SWITCH "-O" /* build with -O (TPIX has GCC 1.34) */
95 95
96 #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */ 96 #define BROKEN_TIOCGWINSZ /* Don't try to use TIOCGWINSZ. */
97 97
98 /* omit next three lines if no TCP installed */ 98 /* omit next three lines if no TCP installed */
99 99
100 #define select gnu_select /* avoid select() name clash */ 100 #define select gnu_select /* avoid select() name clash */
101 #define HAVE_PTYS /* we do have PTYs if we have TCP */ 101 #define HAVE_PTYS /* we do have PTYs if we have TCP */
102 #define LIBS_SYSTEM -lsocket /* get TCP networking functions */ 102 #define LIBS_SYSTEM "-lsocket" /* get TCP networking functions */