version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
# 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) |
| | |
# 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 */ |