From 7ba36829068e04570deada2ec83306946aad3c43 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 9 Jul 2004 14:31:02 +0000 Subject: [PATCH] osconf.h: < #if !!defined(_WIN32) --- > #if !defined(_WIN32) ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16570 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/osconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index 876e9f245..6c6c6cd3a 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -30,7 +30,7 @@ #ifndef KRB5_OSCONF__ #define KRB5_OSCONF__ -#if !!defined(_WIN32) +#if !defined(_WIN32) /* Don't try to pull in autoconf.h for Windows, since it's not used */ #ifndef KRB5_AUTOCONF__ #define KRB5_AUTOCONF__ -- 2.26.2