cvs: php4 /ext/ftp/ ftp.h
[email protected] ("Thies C. Arntzen")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsthies959076762@cvsserver> |
thies Tue May 23 12:12:43 2000 EDT
Modified files:
/php4/ext/ftp ftp.h
Log:
even better check for netinet/in.h
Index: php4/ext/ftp/ftp.h
diff -u php4/ext/ftp/ftp.h:1.11 php4/ext/ftp/ftp.h:1.12
--- php4/ext/ftp/ftp.h:1.11 Tue May 23 12:11:09 2000
+++ php4/ext/ftp/ftp.h Tue May 23 12:12:42 2000
@@ -28,13 +28,13 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ftp.h,v 1.11 2000/05/23 10:11:09 thies Exp $ */
+/* $Id: ftp.h,v 1.12 2000/05/23 10:12:42 thies Exp $ */
#ifndef _FTP_H
#define _FTP_H
#include <stdio.h>
-#if !PHP_WIN32
+#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif