[project @ 2002-09-14 01:08:07 by dons]
authordons <unknown>
Sat, 14 Sep 2002 01:08:07 +0000 (01:08 +0000)
committerdons <unknown>
Sat, 14 Sep 2002 01:08:07 +0000 (01:08 +0000)
RTLD_{GLOBAL,NOW} should be HAVE_RTLD{GLOBAL,NOW}

mk/config.h.in

index 219713d..dbe463e 100644 (file)
 #undef HAVE_RTLDLOCAL
 
 /* Define if RTLD_GLOBAL is available */
-#undef RTLD_GLOBAL
+#undef HAVE_RTLDGLOBAL
 
 /* Define if RTLD_NOW is available */
-#undef RTLD_NOW
+#undef HAVE_RTLDNOW
 
 /* Define if C compiler supports long long types */
 #undef HAVE_LONG_LONG