diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2006-04-15 18:44:07 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2006-04-15 18:44:07 +0000 |
commit | 35aac59ed4a024aaa9593e7f1f599faa6544ce20 (patch) | |
tree | 4e97cda85ae5d6b6fb0b7ca61a502c3a7504b916 | |
parent | 4104e5c5ea664ef01cd6e34ee80cea590b61a52c (diff) |
unbreak static arches. from deraadt
-rw-r--r-- | kerberosV/include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberosV/include/config.h b/kerberosV/include/config.h index a99cc369ded..73792f70b5d 100644 --- a/kerberosV/include/config.h +++ b/kerberosV/include/config.h @@ -237,7 +237,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `dlopen' function. */ -#define HAVE_DLOPEN 1 +/* #undef HAVE_DLOPEN 1 */ /* Define to 1 if you have the `dn_expand' function. */ #define HAVE_DN_EXPAND 1 |