You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2002/02/03 18:17:31 UTC

cvs commit: apr/include apr.h.in

jerenkrantz    02/02/03 09:17:31

  Modified:    .        configure.in
               include  apr.h.in
  Log:
  Export whether we have time.h or not.
  
  Revision  Changes    Path
  1.402     +1 -0      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.401
  retrieving revision 1.402
  diff -u -r1.401 -r1.402
  --- configure.in	3 Feb 2002 13:39:47 -0000	1.401
  +++ configure.in	3 Feb 2002 17:17:31 -0000	1.402
  @@ -824,6 +824,7 @@
   AC_SUBST(sys_timeh)
   AC_SUBST(sys_uioh)
   AC_SUBST(sys_unh)
  +AC_SUBST(timeh)
   AC_SUBST(unistdh)
   AC_SUBST(signalh)
   AC_SUBST(sys_waith)
  
  
  
  1.99      +1 -0      apr/include/apr.h.in
  
  Index: apr.h.in
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.h.in,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- apr.h.in	10 Jan 2002 00:20:06 -0000	1.98
  +++ apr.h.in	3 Feb 2002 17:17:31 -0000	1.99
  @@ -61,6 +61,7 @@
   #define APR_HAVE_SYS_UIO_H       @sys_uioh@
   #define APR_HAVE_SYS_UN_H        @sys_unh@
   #define APR_HAVE_SYS_WAIT_H      @sys_waith@
  +#define APR_HAVE_TIME_H          @timeh@
   #define APR_HAVE_UNISTD_H        @unistdh@
   
   #define APR_HAVE_SHMEM_MMAP_TMP     @havemmaptmp@