comparison src/s/cygwin32.h @ 357:4711e16a8e49 r21-1-8

Import from CVS: tag r21-1-8
author cvs
date Mon, 13 Aug 2007 10:57:04 +0200
parents 182f72e8cd0d
children cc15677e0335
comparison
equal deleted inserted replaced
356:e85f639a32f3 357:4711e16a8e49
73 #include <signal.h> 73 #include <signal.h>
74 #ifdef HAVE_CYGWIN_VERSION_H 74 #ifdef HAVE_CYGWIN_VERSION_H
75 #include <cygwin/version.h> 75 #include <cygwin/version.h>
76 #else 76 #else
77 #ifdef SIGIO 77 #ifdef SIGIO
78 #define CYGWIN_VERSION_DLL_MAJOR 19
79 #define CYGWIN_VERSION_DLL_MINOR 0
78 #define CYGWIN_B19 80 #define CYGWIN_B19
79 #else 81 #else
82 #define CYGWIN_VERSION_DLL_MAJOR 18
83 #define CYGWIN_VERSION_DLL_MINOR 0
80 #define BROKEN_CYGWIN 84 #define BROKEN_CYGWIN
81 #endif 85 #endif
82 #endif 86 #endif
83 87
84 extern void cygwin32_win32_to_posix_path_list(const char*, char*); 88 extern void cygwin32_win32_to_posix_path_list(const char*, char*);
85 extern int cygwin32_win32_to_posix_path_list_buf_size(const char*); 89 extern int cygwin32_win32_to_posix_path_list_buf_size(const char*);
86 extern void cygwin32_posix_to_win32_path_list(const char*, char*); 90 extern void cygwin32_posix_to_win32_path_list(const char*, char*);
87 extern int cygwin32_posix_to_win32_path_list_buf_size(const char*); 91 extern int cygwin32_posix_to_win32_path_list_buf_size(const char*);
88 #ifndef CYGWIN_VERSION_DLL_MAJOR 92 #if CYGWIN_VERSION_DLL_MAJOR < 20
89 struct timeval; 93 struct timeval;
90 struct timezone; 94 struct timezone;
91 struct itimerval; 95 struct itimerval;
92 struct stat; 96 struct stat;
93 extern int gettimeofday(struct timeval *tp, struct timezone *tzp); 97 extern int gettimeofday(struct timeval *tp, struct timezone *tzp);