changeset 1672:cfd5510b78d3

[project @ 1995-12-27 20:27:48 by jwe]
author jwe
date Wed, 27 Dec 1995 20:29:41 +0000
parents 8da30a147e27
children 75ac8d38071c
files acconfig.h config.h.bot
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/acconfig.h	Wed Dec 27 04:56:15 1995 +0000
+++ b/acconfig.h	Wed Dec 27 20:29:41 1995 +0000
@@ -73,6 +73,9 @@
 /* Define if using dld for dynamic linking of object files. */
 #undef WITH_SHL
 
+/* Define if using some method of dynamic linking. */
+#undef WITH_DYNAMIC_LINKING
+
 
 /* Leave that blank line there!!  Autoheader needs it.
    If you're adding to this file, keep in mind:
--- a/config.h.bot	Wed Dec 27 04:56:15 1995 +0000
+++ b/config.h.bot	Wed Dec 27 20:29:41 1995 +0000
@@ -4,7 +4,3 @@
 #else
 #define NORETURN
 #endif
-
-#if defined (WITH_DL) || defined (WITH_SHL) || defined (WITH_DLD)
-#define WITH_DYNAMIC_LINKING 1
-#endif