From 984684f5a3bffc22b11ed494eaf239b14f2346d8 Mon Sep 17 00:00:00 2001 From: dons Date: Sat, 14 Sep 2002 01:08:07 +0000 Subject: [PATCH] [project @ 2002-09-14 01:08:07 by dons] RTLD_{GLOBAL,NOW} should be HAVE_RTLD{GLOBAL,NOW} --- mk/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/config.h.in b/mk/config.h.in index 219713d..dbe463e 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -83,10 +83,10 @@ #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 -- 1.7.10.4