From: Frank M. Kromann Date: Tue, 23 May 2000 10:36:48 +0000 (+0000) Subject: chang #if to #ifdef X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34e74f8afe3c198356479872e792c28e864692ad;p=php chang #if to #ifdef --- diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index 1b0eefa039..aafdd1fecb 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -37,7 +37,7 @@ #include #include #include -#if HAVE_UINSTD_H +#ifdef HAVE_UINSTD_H #include #endif #include