Difference for include/includes.h from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_includes_h =   * static char *rcsid_includes_h =
  *   "$Id: includes.h,v 1.3 2001/03/29 07:46:49 mwedel Exp $";   *   "$Id: includes.h,v 1.4 2001/03/29 07:52:08 mwedel Exp $";
  */   */
   
 /*  /*
Line 80
 
Line 80
 #include <sys/time.h>  #include <sys/time.h>
 #endif  #endif
   
 #ifdef HAVE_TIME_H  #if defined(HAVE_TIME_H) && defined(TIME_WITH_SYS_TIME)
 #include <time.h>  #include <time.h>
 #endif  #endif
   


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:22