/[emacs]/emacs/src/m/convex.h
ViewVC logotype

Diff of /emacs/src/m/convex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by schwab, Mon Apr 15 13:17:04 2002 UTC revision 1.16.2.1 by miles, Fri Apr 4 06:21:10 2003 UTC
# Line 19  the Free Software Foundation, Inc., 59 T Line 19  the Free Software Foundation, Inc., 59 T
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
21    
22  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
23     operating system this machine is likely to run.     operating system this machine is likely to run.
24     USUAL-OPSYS="bsd4-3"  */     USUAL-OPSYS="bsd4-3"  */
25    
# Line 38  Boston, MA 02111-1307, USA.  */ Line 38  Boston, MA 02111-1307, USA.  */
38   * to be corrected before they can be used as byte counts.  */   * to be corrected before they can be used as byte counts.  */
39    
40  /* #define WORD_MACHINE */  /* #define WORD_MACHINE */
41      
42  /* Now define a symbol for the cpu type, if your compiler  /* Now define a symbol for the cpu type, if your compiler
43     does not define it automatically.  */     does not define it automatically.  */
44  #ifndef convex  /* The compiler doesn't always do this.  */  #ifndef convex  /* The compiler doesn't always do this.  */
# Line 54  Boston, MA 02111-1307, USA.  */ Line 54  Boston, MA 02111-1307, USA.  */
54                      and Ralph Sobek <Ralph.Sobek@cerfacs.fr> agree                      and Ralph Sobek <Ralph.Sobek@cerfacs.fr> agree
55                      must ignore one arg when compiled with convex compiler.  */                      must ignore one arg when compiled with convex compiler.  */
56  #define CRT0_DUMMIES ignore,  #define CRT0_DUMMIES ignore,
57  #else  #else
58  #define CRT0_DUMMIES  #define CRT0_DUMMIES
59  #endif  #endif
60    
# Line 86  Boston, MA 02111-1307, USA.  */ Line 86  Boston, MA 02111-1307, USA.  */
86  /*#define VIRT_ADDR_VARIES*/  /*#define VIRT_ADDR_VARIES*/
87    
88  /* Must use the system's termcap.  It does special things.  */  /* Must use the system's termcap.  It does special things.  */
89      
90  #define LIBS_TERMCAP -ltermcap  #define LIBS_TERMCAP -ltermcap
91      
92  /* Define NO_REMAP if memory segmentation makes it not work well  /* Define NO_REMAP if memory segmentation makes it not work well
93     to change the boundary between the text section and data section     to change the boundary between the text section and data section
94     when Emacs is dumped.  If you define this, the preloaded Lisp     when Emacs is dumped.  If you define this, the preloaded Lisp

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26