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


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_includes_h =   * static char *rcsid_includes_h =
  *   "$Id: includes.h,v 1.4 2001/03/29 07:52:08 mwedel Exp $";   *   "$Id: includes.h,v 1.5 2001/04/06 19:08:49 michtoen Exp $";
  */   */
   
 /*  /*
Line 54
 
Line 54
 #endif  #endif
   
 /* Include this first, because it lets us know what we are missing */  /* Include this first, because it lets us know what we are missing */
   #ifdef WIN32 /* ---win32 exclude this, config comes from VC ide */
   #include "win32.h"
   #else
 #include <autoconf.h>  #include <autoconf.h>
   #endif
   
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>


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

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