comparison src/unexaix.c @ 9037:bd477b542ca4

Don't test CANNOT_DUMP or CANNOT_UNEXEC.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 00:28:23 +0000
parents 390019f3ab08
children b27c4cad21fb
comparison
equal deleted inserted replaced
9036:fd91a0b1e333 9037:bd477b542ca4
161 #define PERROR(arg) perror (arg); return -1 161 #define PERROR(arg) perror (arg); return -1
162 #else 162 #else
163 #include <config.h> 163 #include <config.h>
164 #define PERROR(file) report_error (file, new) 164 #define PERROR(file) report_error (file, new)
165 #endif 165 #endif
166
167 #ifndef CANNOT_DUMP /* all rest of file! */
168
169 #ifndef CANNOT_UNEXEC /* most of rest of file */
170 166
171 #include <a.out.h> 167 #include <a.out.h>
172 /* Define getpagesize () if the system does not. 168 /* Define getpagesize () if the system does not.
173 Note that this may depend on symbols defined in a.out.h 169 Note that this may depend on symbols defined in a.out.h
174 */ 170 */
865 } 861 }
866 } 862 }
867 } 863 }
868 } 864 }
869 #endif /* XCOFF */ 865 #endif /* XCOFF */
870
871 #endif /* not CANNOT_UNEXEC */
872
873 #endif /* not CANNOT_DUMP */