#if __APPLE__
authoraland <aland>
Tue, 9 Oct 2007 12:08:48 +0000 (12:08 +0000)
committeraland <aland>
Tue, 9 Oct 2007 12:08:48 +0000 (12:08 +0000)
to
#ifdef __APPLE__

src/modules/rlm_mschap/opendir.c
src/modules/rlm_mschap/rlm_mschap.c

index 7d389ad..3f08c2b 100644 (file)
@@ -1,4 +1,4 @@
-#if __APPLE__
+#ifdef __APPLE__
 /*
  * Open Directory support from Apple Inc.
  *
index 28a1f8c..76d4341 100644 (file)
@@ -263,7 +263,7 @@ typedef struct rlm_mschap_t {
        const char *xlat_name;
        char *ntlm_auth;
        const char *auth_type;
-#if __APPLE__
+#ifdef __APPLE__
        int  open_directory;
 #endif  
 } rlm_mschap_t;