comparison src/s/cygwin32.h @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children 84b14dcb0985
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
45 #include <signal.h> 45 #include <signal.h>
46 #ifdef HAVE_CYGWIN_VERSION_H 46 #ifdef HAVE_CYGWIN_VERSION_H
47 #include <cygwin/version.h> 47 #include <cygwin/version.h>
48 #else 48 #else
49 #ifdef SIGIO 49 #ifdef SIGIO
50 #define CYGWIN_VERSION_DLL_MAJOR 19
51 #define CYGWIN_VERSION_DLL_MINOR 0
50 #define CYGWIN_B19 52 #define CYGWIN_B19
51 #else 53 #else
54 #define CYGWIN_VERSION_DLL_MAJOR 18
55 #define CYGWIN_VERSION_DLL_MINOR 0
52 #define BROKEN_CYGWIN 56 #define BROKEN_CYGWIN
53 #endif 57 #endif
54 #endif 58 #endif
55 59
56 extern void cygwin32_win32_to_posix_path_list(const char*, char*); 60 extern void cygwin32_win32_to_posix_path_list(const char*, char*);
57 extern int cygwin32_win32_to_posix_path_list_buf_size(const char*); 61 extern int cygwin32_win32_to_posix_path_list_buf_size(const char*);
58 extern void cygwin32_posix_to_win32_path_list(const char*, char*); 62 extern void cygwin32_posix_to_win32_path_list(const char*, char*);
59 extern int cygwin32_posix_to_win32_path_list_buf_size(const char*); 63 extern int cygwin32_posix_to_win32_path_list_buf_size(const char*);
60 #ifndef CYGWIN_VERSION_DLL_MAJOR 64 #if CYGWIN_VERSION_DLL_MAJOR < 20
61 struct timeval; 65 struct timeval;
62 struct timezone; 66 struct timezone;
63 struct itimerval; 67 struct itimerval;
64 struct stat; 68 struct stat;
65 extern int gettimeofday(struct timeval *tp, struct timezone *tzp); 69 extern int gettimeofday(struct timeval *tp, struct timezone *tzp);