diff options
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r-- | ext/imap/php_imap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index ae5dfe7b94..0ba2306ede 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -28,7 +28,7 @@ #ifndef PHP_IMAP_H #define PHP_IMAP_H -#if HAVE_IMAP +#ifdef HAVE_IMAP #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) |