Mercurial > emacs
comparison src/mem-limits.h @ 49549:99be3a1e2589
Cygwin support patch.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 31 Jan 2003 15:24:20 +0000 |
parents | ad73bd070d1c |
children | c2c7a2898903 d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49548:8b1c605f8c9b | 49549:99be3a1e2589 |
---|---|
41 #include <sys/time.h> | 41 #include <sys/time.h> |
42 #include <sys/resource.h> | 42 #include <sys/resource.h> |
43 #endif | 43 #endif |
44 | 44 |
45 #ifdef __bsdi__ | 45 #ifdef __bsdi__ |
46 #define BSD4_2 | |
47 #endif | |
48 | |
49 #ifdef CYGWIN | |
46 #define BSD4_2 | 50 #define BSD4_2 |
47 #endif | 51 #endif |
48 | 52 |
49 #ifndef BSD4_2 | 53 #ifndef BSD4_2 |
50 #ifndef USG | 54 #ifndef USG |