From d606f528f7a551fd8693644086d9987375b4c491 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 23 Oct 1998 23:12:28 +0000 Subject: * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__. --- include/ldsodefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ldsodefs.h b/include/ldsodefs.h index 3c24e4e471..f171d4c7ea 100644 --- a/include/ldsodefs.h +++ b/include/ldsodefs.h @@ -1,5 +1,5 @@ /* We must use the appropriate version for the system. */ -#ifdef __ELF__ +#ifdef HAVE_ELF # include #else /* We have no dynamic loading. Define the macros we need here as dummy -- cgit v1.2.3