aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/imap.c b/imap.c
index e8837dfa..75533ebf 100644
--- a/imap.c
+++ b/imap.c
@@ -94,11 +94,11 @@ int imap_ok (int sock, char *argbuf)
}
#ifdef KERBEROS_V4
-#if SIZEOF_INT = 4
+#if SIZEOF_INT == 4
typedef int int32;
-#elif SIZEOF_SHORT = 4
+#elif SIZEOF_SHORT == 4
typedef short int32;
-#elif SIZEOF_LONG = 4
+#elif SIZEOF_LONG == 4
typedef long int32;
#else
#error Cannot deduce a 32-bit-type