diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2001-02-16 20:04:18 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2001-02-16 20:04:18 +0000 |
| commit | 3b3698bd484fcd4470d34a2817fdc27669bf2c0a (patch) | |
| tree | 0cdab5095b9dae6d7a76f85e6cc5bed8733c9422 /include | |
| parent | 6e979b59fa349bc29e837f81c428f0225cfe655e (diff) | |
check NO_DLOPEN again
Diffstat (limited to 'include')
| -rw-r--r-- | include/heimdal/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/heimdal/config.h b/include/heimdal/config.h index 84b107dd6ac..d2bb5634acc 100644 --- a/include/heimdal/config.h +++ b/include/heimdal/config.h @@ -147,7 +147,9 @@ #define HAVE_DLFCN_H 1 /* Define if you have the `dlopen' function. */ +#if !defined(NO_DLOPEN) #define HAVE_DLOPEN 1 +#endif /* Define if you have the `dn_expand' function. */ #define HAVE_DN_EXPAND 1 |
