Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.h @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | ca9a9ec9c1c1 |
children | e11d67e05968 |
comparison
equal
deleted
inserted
replaced
281:090b52736db2 | 282:c42ec1d1cded |
---|---|
160 #define HAVE_LONG_FILE_NAMES | 160 #define HAVE_LONG_FILE_NAMES |
161 | 161 |
162 #define HAVE_MKDIR | 162 #define HAVE_MKDIR |
163 #define HAVE_RMDIR | 163 #define HAVE_RMDIR |
164 #define HAVE_RANDOM | 164 #define HAVE_RANDOM |
165 #define HAVE_BCOPY | |
166 #define HAVE_BCMP | |
167 #define HAVE_LOGB | 165 #define HAVE_LOGB |
168 #define HAVE_FREXP | 166 #define HAVE_FREXP |
169 #define HAVE_FMOD | 167 #define HAVE_FMOD |
170 #define HAVE_FTIME | 168 #define HAVE_FTIME |
171 #define HAVE_MKTIME | 169 #define HAVE_MKTIME |
250 #define wait sys_wait | 248 #define wait sys_wait |
251 int wait (int *status); | 249 int wait (int *status); |
252 | 250 |
253 #define kill sys_kill | 251 #define kill sys_kill |
254 int kill (int pid, int sig); | 252 int kill (int pid, int sig); |
255 | |
256 #define select sys_select | |
257 | 253 |
258 /* map to MSVC names */ | 254 /* map to MSVC names */ |
259 #define chdir _chdir | 255 #define chdir _chdir |
260 #define execlp _execlp | 256 #define execlp _execlp |
261 #define execvp _execvp | 257 #define execvp _execvp |