osconf.h:
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 Jul 2004 14:31:02 +0000 (14:31 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 9 Jul 2004 14:31:02 +0000 (14:31 +0000)
  < #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

index 876e9f245a20a02e1a28e15cc1efb485821b5254..6c6c6cd3ad320054d4b1b34ade3a1b839da88ad5 100644 (file)
@@ -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__