You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/12/15 19:45:49 UTC

svn commit: r1214910 - /apr/apr/branches/0.9.x/include/apr.hnw

Author: fuankg
Date: Thu Dec 15 18:45:49 2011
New Revision: 1214910

URL: http://svn.apache.org/viewvc?rev=1214910&view=rev
Log:
Fixed APR_HAVE_SYS_TIME_H to get gettimeofday() proto on NetWare. 

Modified:
    apr/apr/branches/0.9.x/include/apr.hnw

Modified: apr/apr/branches/0.9.x/include/apr.hnw
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr.hnw?rev=1214910&r1=1214909&r2=1214910&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr.hnw (original)
+++ apr/apr/branches/0.9.x/include/apr.hnw Thu Dec 15 18:45:49 2011
@@ -108,7 +108,7 @@ extern "C" {
 #define APR_HAVE_SYS_SOCKET_H   0
 #define APR_HAVE_SYS_SOCKIO_H   0
 #define APR_HAVE_SYS_SYSLIMITS_H 0
-#define APR_HAVE_SYS_TIME_H     0
+#define APR_HAVE_SYS_TIME_H     1
 #define APR_HAVE_SYS_TYPES_H    1
 #define APR_HAVE_SYS_UIO_H      1
 #define APR_HAVE_SYS_UN_H       0