From f25d6276ee487d583e35c48f3125ef388c9f7d3f Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 28 Nov 2010 23:26:13 +1000 Subject: Use autosetup instead of autoconf Faster, simpler auto-configuration Signed-off-by: Steve Bennett --- jim-win32compat.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'jim-win32compat.h') diff --git a/jim-win32compat.h b/jim-win32compat.h index 0db8439..22a1502 100644 --- a/jim-win32compat.h +++ b/jim-win32compat.h @@ -17,8 +17,6 @@ #define rand_r(S) ((void)(S), rand()) #define localtime_r(T,TM) ((void)(TM), localtime(T)) -#define HAVE_DLOPEN_COMPAT - #define RTLD_LAZY 0 void *dlopen(const char *path, int mode); int dlclose(void *handle); -- cgit v1.1