diff options
author | Kevin Wasserman <kevin.wasserman@painless-security.com> | 2012-07-12 22:13:53 -0400 |
---|---|---|
committer | Sam Hartman <hartmans@mit.edu> | 2012-07-16 09:32:53 -0400 |
commit | 6931507c87d6139b1dcea2ea97a6e3b145287438 (patch) | |
tree | 86f6dbf8b2d73455eeccdc091637ad87adc1c4df /src | |
parent | fbe77b2c7d4340097690cbed7b48fd9888feacd4 (diff) | |
download | krb5-6931507c87d6139b1dcea2ea97a6e3b145287438.tar.gz krb5-6931507c87d6139b1dcea2ea97a6e3b145287438.tar.xz krb5-6931507c87d6139b1dcea2ea97a6e3b145287438.zip |
Remove DISABLE_TRACING from windows build
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7215 (new)
tags: pullup
Diffstat (limited to 'src')
-rw-r--r-- | src/include/k5-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 6948bad0dc..6c539e8f45 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -110,7 +110,6 @@ #define INI_KRB_CCACHE "krb5cc" /* Location of the ccache */ #define INI_KRB5_CONF "krb5.ini" /* Location of krb5.conf file */ #define ANSI_STDIO -#define DISABLE_TRACING #endif #include "autoconf.h" |