diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-11 19:04:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-11 19:04:45 +0000 |
commit | 1ac8d930ca49e63ce51e852dc2009b6be40aa2b5 (patch) | |
tree | 1fa8ac31d0f74f887f00a3883212eefa8cb722f3 | |
parent | 08be39f5bb2c3749f037ee6a116aec7656b0460b (diff) |
Put back local change that allowed things to build on static-libs-only
arches, that was lost in last heimdal import.
Found the hard way by deraadt@.
-rw-r--r-- | kerberosV/include/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kerberosV/include/config.h b/kerberosV/include/config.h index 3950d82a9c3..5d7b2b33b98 100644 --- a/kerberosV/include/config.h +++ b/kerberosV/include/config.h @@ -161,9 +161,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } /* Define if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 -/* Define if you have the `dlopen' function. */ -#define HAVE_DLOPEN 1 - /* Define if you have the `dn_expand' function. */ #define HAVE_DN_EXPAND 1 |