Difference for common/porting.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.6 2001/04/06 06:25:10 mwedel Exp $";   *   "$Id: porting.c,v 1.7 2001/04/06 19:07:49 michtoen Exp $";
  */   */
   
 /*  /*
Line 34
 
Line 34
  */   */
   
   
 #ifdef WIN32  #ifdef WIN32 /* ---win32 exclude/include headers */
 #include "process.h"  #include "process.h"
 #else  #else
 #include <ctype.h>  #include <ctype.h>
Line 42
 
Line 42
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <stdio.h>  #include <stdio.h>
 #endif  
   
 /* Need to pull in the HAVE_... values somehow */  /* Need to pull in the HAVE_... values somehow */
   /* win32 reminder: always put this in a ifndef win32 block */
 #include <autoconf.h>  #include <autoconf.h>
   #endif
   
   
 #ifdef HAVE_STDLIB_H  #ifdef HAVE_STDLIB_H
 #include <stdlib.h>  #include <stdlib.h>


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:16