diff options
| author | Günther Deschner <gd@samba.org> | 2014-05-08 15:06:51 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-08-08 08:30:50 +0200 |
| commit | 9c5470be1e69af78c0c681fbb9a2d113039556f3 (patch) | |
| tree | 4ad9f422e8d0fc0d0aae8274ea9ec9347fa19299 /source4/heimdal_build | |
| parent | c0d000692be5aa02652f6271a8ff4950703542df (diff) | |
| download | samba-9c5470be1e69af78c0c681fbb9a2d113039556f3.tar.gz samba-9c5470be1e69af78c0c681fbb9a2d113039556f3.tar.xz samba-9c5470be1e69af78c0c681fbb9a2d113039556f3.zip | |
lib/krb5_wrap: provide krb5_warnx() replacement.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Aug 8 08:30:50 CEST 2014 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build')
| -rwxr-xr-x | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index cac72adea9..5b7109ef9f 100755 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -166,6 +166,7 @@ conf.define('HAVE_KRB5_CONFIG_GET_BOOL_DEFAULT', 1) conf.define('HAVE_KRB5_DATA_COPY', 1) conf.define('HAVE_KRB5_PRINCIPAL_SET_REALM', 1) conf.define('HAVE_KRB5_PRINCIPAL_GET_TYPE', 1) +conf.define('HAVE_KRB5_WARNX', 1) heimdal_includedirs = [] heimdal_libdirs = [] |
