cvs: php4 /ext/ftp/ ftp.h
[email protected] ("Thies C. Arntzen")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsthies959076669@cvsserver> |
thies Tue May 23 12:11:09 2000 EDT
Modified files:
/php4/ext/ftp ftp.h
Log:
make ftp compile on unix again
Index: php4/ext/ftp/ftp.h
diff -u php4/ext/ftp/ftp.h:1.10 php4/ext/ftp/ftp.h:1.11
--- php4/ext/ftp/ftp.h:1.10 Tue May 23 10:05:22 2000
+++ php4/ext/ftp/ftp.h Tue May 23 12:11:09 2000
@@ -28,13 +28,13 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ftp.h,v 1.10 2000/05/23 08:05:22 fmk Exp $ */
+/* $Id: ftp.h,v 1.11 2000/05/23 10:11:09 thies Exp $ */
#ifndef _FTP_H
#define _FTP_H
#include <stdio.h>
-#if HAVE_UINSTD_H
+#if !PHP_WIN32
#include <netinet/in.h>
#endif