Parent Directory
|
Revision Log
|
Patch
| revision 579 by ph10, Wed Nov 24 17:39:25 2010 UTC | revision 580 by ph10, Fri Nov 26 11:16:43 2010 UTC | |
|---|---|---|
| # | Line 79 input mode under Windows. */ | Line 79 input mode under Windows. */ |
| 79 | #define fileno _fileno | #define fileno _fileno |
| 80 | #endif | #endif |
| 81 | ||
| 82 | /* A user sent this fix for Borland Builder 5 under Windows. */ | |
| 83 | ||
| 84 | #ifdef __BORLANDC__ | |
| 85 | #define _setmode(handle, mode) setmode(handle, mode) | |
| 86 | #endif | |
| 87 | ||
| 88 | /* Not Windows */ | |
| 89 | ||
| 90 | #else | #else |
| 91 | #include <sys/time.h> /* These two includes are needed */ | #include <sys/time.h> /* These two includes are needed */ |
| 92 | #include <sys/resource.h> /* for setrlimit(). */ | #include <sys/resource.h> /* for setrlimit(). */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |