comparison src/s/usg5-0.h @ 92159:9ed7610349d3

* configure.in: Remove references to obsolete variables and systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 24 Feb 2008 18:53:07 +0000
parents 68df465b9550
children 1f134b61867c
comparison
equal deleted inserted replaced
92158:8b1789244b32 92159:9ed7610349d3
101 so that Emacs can tell instantly when you try to modify 101 so that Emacs can tell instantly when you try to modify
102 a file that someone else has modified in his Emacs. */ 102 a file that someone else has modified in his Emacs. */
103 103
104 /* #define CLASH_DETECTION */ 104 /* #define CLASH_DETECTION */
105 105
106 /* Define SHORTNAMES if the C compiler can distinguish only
107 short names. It means that the stuff in ../shortnames
108 must be run to convert the long names to short ones. */
109
110 #define SHORTNAMES
111
112 /* The file containing the kernel's symbol table is called /unix. */ 106 /* The file containing the kernel's symbol table is called /unix. */
113 107
114 #define KERNEL_FILE "/unix" 108 #define KERNEL_FILE "/unix"
115 109
116 /* The symbol in the kernel where the load average is found 110 /* The symbol in the kernel where the load average is found