comparison src/s/cygwin32.h @ 263:727739f917cb r20-5b30

Import from CVS: tag r20-5b30
author cvs
date Mon, 13 Aug 2007 10:24:41 +0200
parents 11cf20601dec
children 8efd647ea9ca
comparison
equal deleted inserted replaced
262:9d8607af9e13 263:727739f917cb
76 #else 76 #else
77 #define BROKEN_CYGWIN 77 #define BROKEN_CYGWIN
78 #endif 78 #endif
79 extern void cygwin32_win32_to_posix_path_list(const char*, char*); 79 extern void cygwin32_win32_to_posix_path_list(const char*, char*);
80 extern int cygwin32_win32_to_posix_path_list_buf_size(const char*); 80 extern int cygwin32_win32_to_posix_path_list_buf_size(const char*);
81 struct timeval;
82 struct timezone;
83 extern int gettimeofday(struct timeval *tp, struct timezone *tzp);
84 extern int gethostname (char* name, int namelen);
85 extern char* mktemp(char *);
86 extern double logb(double);
87 extern void sync();
88 extern int ioctl(int, int, ...);
81 #endif 89 #endif
82 90
83 #ifdef HAVE_MS_WINDOWS 91 #ifdef HAVE_MS_WINDOWS
84 #define HAVE_NTGUI 92 #define HAVE_NTGUI
85 #define HAVE_FACES 93 #define HAVE_FACES
87 95
88 #ifndef ORDINARY_LINK 96 #ifndef ORDINARY_LINK
89 #define ORDINARY_LINK 97 #define ORDINARY_LINK
90 #endif 98 #endif
91 99
92 #define C_SWITCH_SYSTEM -Wno-sign-compare 100 #define C_SWITCH_SYSTEM -Wno-sign-compare -Wno-implicit
93 #undef MOD_ALT 101 #undef MOD_ALT
94 #undef MOD_CONTROL 102 #undef MOD_CONTROL
95 #undef MOD_SHIFT 103 #undef MOD_SHIFT
96 104
97 #define SIF_TRACKPOS 0x0010 105 #define SIF_TRACKPOS 0x0010