[project @ 2002-07-22 15:32:41 by stolz]
authorstolz <unknown>
Mon, 22 Jul 2002 15:32:42 +0000 (15:32 +0000)
committerstolz <unknown>
Mon, 22 Jul 2002 15:32:42 +0000 (15:32 +0000)
Last bunch of OpenBSD-implicated autoconf-changes
from Donald Bruce Stewart <dons@cse.unsw.edu.au>.

acconfig.h
mk/config.h.in

index a7f5c67..eee8148 100644 (file)
 
 /* Define if RTLD_LOCAL is available */
 #undef HAVE_RTLDLOCAL
+/* Define if RTLD_GLOBAL is available */
+#undef RTLD_GLOBAL
+
+/* Define if RTLD_NOW is available */
+#undef RTLD_NOW
 
 /* Define if C compiler supports long long types */
 #undef HAVE_LONG_LONG
index 7631924..7064aff 100644 (file)
 /* Define if RTLD_LOCAL is available */
 #undef HAVE_RTLDLOCAL
 
+/* Define if RTLD_GLOBAL is available */
+#undef RTLD_GLOBAL
+
+/* Define if RTLD_NOW is available */
+#undef RTLD_NOW
+
 /* Define if C compiler supports long long types */
 #undef HAVE_LONG_LONG