summaryrefslogtreecommitdiff
blob: a6a9cc1bd0fa80d7b17f952dae32eb40b0c95bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
diff -urN cyrus-sasl-2.1.6/config.h.in cyrus-sasl-2.1.6-modified/config.h.in
--- cyrus-sasl-2.1.6/config.h.in	Mon Jun 10 09:54:19 2002
+++ cyrus-sasl-2.1.6-modified/config.h.in	Sat Jul 13 14:50:08 2002
@@ -302,16 +302,16 @@
 
 
 /* Create a struct iovec if we need one */
-#if !defined(_WIN32) && !defined(HAVE_SYS_UIO_H)
+/* #if !defined(_WIN32) && !defined(HAVE_SYS_UIO_H) */
 /* (win32 is handled in sasl.h) */
-struct iovec {
-    char *iov_base;
-    long iov_len;
-};
-#else
+/* struct iovec { */
+/*   char *iov_base; */
+/*   long iov_len; */
+/* }; */
+/* #else */
 #include <sys/types.h>
 #include <sys/uio.h>
-#endif
+/* #endif */
 
 /* location of the random number generator */
 #ifndef DEV_RANDOM
diff -urN cyrus-sasl-2.1.6/saslauthd/saslauthd.h.in cyrus-sasl-2.1.6-modified/saslauthd/saslauthd.h.in
--- cyrus-sasl-2.1.6/saslauthd/saslauthd.h.in	Wed Jun  5 20:44:34 2002
+++ cyrus-sasl-2.1.6-modified/saslauthd/saslauthd.h.in	Sat Jul 13 14:55:28 2002
@@ -186,15 +186,15 @@
 #endif
 
 /* Create a struct iovec if we need one */
-#if !defined(HAVE_SYS_UIO_H)
-struct iovec {
-    long iov_len;
-    char *iov_base;
-};
-#else
+/* #if !defined(HAVE_SYS_UIO_H) */
+/* struct iovec { */
+/*   long iov_len; */
+/*   char *iov_base; */
+/* }; */
+/* #else */
 #include <sys/types.h>
 #include <sys/uio.h>
-#endif
+/* #endif */
 
 #ifndef HAVE_GETADDRINFO
 #define getaddrinfo     sasl_getaddrinfo