gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sat, 18 Sep 2004 19:34:39 +0200

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv32183

Modified Files:
        gsasl.h.in 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/09/18 01:59:58     1.11
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/09/18 17:34:38     1.12
@@ -20,18 +20,18 @@
  */
 
 #ifndef GSASL_H
-#define GSASL_H
+# define GSASL_H
 
-#include <stdio.h>             /* FILE */
-#include <stddef.h>            /* size_t */
-#include <unistd.h>            /* ssize_t */
+# include <stdio.h>            /* FILE */
+# include <stddef.h>           /* size_t */
+# include <unistd.h>           /* ssize_t */
 
-#ifdef __cplusplus
+# ifdef __cplusplus
 extern "C"
 {
-#endif
+# endif
 
-#define GSASL_VERSION "@PACKAGE_VERSION@"
+# define GSASL_VERSION "@PACKAGE_VERSION@"
 
 /* Quoting RFC 2222:
    SASL mechanisms are named by strings, from 1 to 20 characters in
@@ -244,10 +244,10 @@
                             const char *in, size_t inlen, char *outhash[16]);
 
   /* For compatibility with earlier versions. */
-#include <gsasl-compat.h>
+# include <gsasl-compat.h>
 
-#ifdef __cplusplus
+# ifdef __cplusplus
 }
-#endif
+# endif
 
-#endif                         /* GSASL_H */
+#endif /* GSASL_H */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]