From 2649f0fcd1b5ed18c870ec4497072212e456a199 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 20 Aug 2001 13:17:06 +0000 Subject: [PATCH] [project @ 2001-08-20 13:17:06 by simonmar] It isn't necessary to put HAVE_DLOPEN in here, autoheader can figure that out for itself. --- acconfig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/acconfig.h b/acconfig.h index 669c790..a60b1ed 100644 --- a/acconfig.h +++ b/acconfig.h @@ -372,9 +372,6 @@ /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG -/* Define if you have dlopen() */ -#undef HAVE_DLOPEN - /* Define if fcntl.h defines O_BINARY */ #undef HAVE_O_BINARY -- 1.7.10.4