comparison src/s/usg5-4.h @ 8300:95b09cdfc59d

Move #undef static before the includes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Jul 1994 19:32:24 +0000
parents 32427329c42c
children 191acacfa1ec
comparison
equal deleted inserted replaced
8299:bc8c9c72e3bf 8300:95b09cdfc59d
68 /* Undump with ELF */ 68 /* Undump with ELF */
69 69
70 #undef COFF 70 #undef COFF
71 71
72 #define UNEXEC unexelf.o 72 #define UNEXEC unexelf.o
73
74 /* <sys/stat.h> *defines* stat(2) as a static function. If "static"
75 * is blank, then many files will have a public definition for stat(2).
76 */
77
78 #undef static
73 79
74 /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct 80 /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct
75 * tchars. But get <termio.h> first to make sure ttold.h doesn't 81 * tchars. But get <termio.h> first to make sure ttold.h doesn't
76 * interfere. And don't try to use SIGIO yet. 82 * interfere. And don't try to use SIGIO yet.
77 */ 83 */
99 105
100 /* libc has this stuff, but not utimes. */ 106 /* libc has this stuff, but not utimes. */
101 107
102 #define HAVE_SELECT 108 #define HAVE_SELECT
103 #define HAVE_TIMEVAL 109 #define HAVE_TIMEVAL
104
105 /* <sys/stat.h> *defines* stat(2) as a static function. If "static"
106 * is blank, then many files will have a public definition for stat(2).
107 */
108
109 #undef static
110 110
111 /* We need bss_end from emacs.c for undumping */ 111 /* We need bss_end from emacs.c for undumping */
112 112
113 #ifndef USG_SHARED_LIBRARIES 113 #ifndef USG_SHARED_LIBRARIES
114 #define USG_SHARED_LIBRARIES 114 #define USG_SHARED_LIBRARIES