summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-28 04:35:57 +0000
committerJim Blandy <jimb@redhat.com>1993-05-28 04:35:57 +0000
commit996c6c3acbb548527f1aebb8491a4b562d660a65 (patch)
tree504ce20483f2c13fbbbfa4085da02f210760bd60 /src/config.in
parentc9f72906cc3689a6edd1c7147a7fe7e0e2ae33a5 (diff)
downloademacs-996c6c3acbb548527f1aebb8491a4b562d660a65.tar.gz
* 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.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index f44d8f0277e..3bfff7f5853 100644
--- a/src/config.in
+++ b/src/config.in
@@ -94,6 +94,7 @@ and this notice must be preserved on all copies. */
#undef CRAY_STACKSEG_END
#undef STACK_DIRECTION
#undef const
+#undef UNEXEC_SRC
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__