version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_style_c = | | * static char *rcsid_style_c = |
* "$Id: style.c,v 1.11 2001/04/06 00:42:59 michtoen Exp $"; | | * "$Id: style.c,v 1.12 2001/04/06 19:08:28 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#include <global.h> | | #include <global.h> |
#include <random_map.h> | | #include <random_map.h> |
#ifndef WIN32 // ---win32 exclude headers | | #ifndef WIN32 /* ---win32 exclude headers */ |
#include <dirent.h> | | #include <dirent.h> |
#include <sys/stat.h> | | #include <sys/stat.h> |
#include <unistd.h> | | #include <unistd.h> |
#include "../include/autoconf.h" | | #include "../include/autoconf.h" |
#endif // win32 | | #endif /* win32 */ |
#ifndef HAVE_SCANDIR | | #ifndef HAVE_SCANDIR |
| | |
/* The scandir is grabbed from the gnulibc and modified slightly to remove | | /* The scandir is grabbed from the gnulibc and modified slightly to remove |