Mercurial > hg > xemacs-beta
comparison src/sysdir.h @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | abe6d1db359e |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
26 #ifdef HAVE_UNISTD_H | 26 #ifdef HAVE_UNISTD_H |
27 #include <unistd.h> | 27 #include <unistd.h> |
28 #endif | 28 #endif |
29 | 29 |
30 #ifdef SYSV_SYSTEM_DIR | 30 #ifdef SYSV_SYSTEM_DIR |
31 # define select select_ /* Shadowing yuck */ | |
31 # include <dirent.h> | 32 # include <dirent.h> |
33 # undef select | |
32 #elif defined (WIN32_NATIVE) | 34 #elif defined (WIN32_NATIVE) |
33 # include <direct.h> | 35 # include <direct.h> |
34 # include "ndir.h" | 36 # include "ndir.h" |
35 #elif defined (NONSYSTEM_DIR_LIBRARY) | 37 #elif defined (NONSYSTEM_DIR_LIBRARY) |
36 # include "ndir.h" | 38 # include "ndir.h" |