Difference for include/global.h from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_global_h =   * static char *rcsid_global_h =
  *   "$Id: global.h,v 1.12 2001/03/30 07:27:48 mwedel Exp $";   *   "$Id: global.h,v 1.13 2001/04/06 00:42:16 michtoen Exp $";
  */   */
   
 /*  /*
Line 239
 
Line 239
 # define CFREE(x) free(x)  # define CFREE(x) free(x)
 #endif  #endif
   
   #ifndef WIN32 //---win32 we define this stuff in win32.h
 #if HAVE_DIRENT_H  #if HAVE_DIRENT_H
 # include <dirent.h>  # include <dirent.h>
 # define NAMLEN(dirent) strlen((dirent)->d_name)  # define NAMLEN(dirent) strlen((dirent)->d_name)
Line 255
 
Line 256
 #  include <ndir.h>  #  include <ndir.h>
 # endif  # endif
 #endif  #endif
   #endif
   
 typedef struct Settings {  typedef struct Settings {
     char    *logfilename;   /* logfile to use */      char    *logfilename;   /* logfile to use */


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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