changeset 3197:0d180fefccc6

* config.h.in (UNEXEC_SRC): New macro, set by the configure script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it.
author Jim Blandy <jimb@redhat.com>
date Fri, 28 May 1993 04:35:57 +0000
parents c3470c4abe5e
children 18612999f80c
files src/config.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Fri May 28 04:33:12 1993 +0000
+++ b/src/config.in	Fri May 28 04:35:57 1993 +0000
@@ -94,6 +94,7 @@
 #undef CRAY_STACKSEG_END
 #undef STACK_DIRECTION
 #undef const
+#undef UNEXEC_SRC
 
 /* If using GNU, then support inline function declarations. */
 #ifdef __GNUC__