Mercurial > hg > xemacs-beta
comparison src/s/decosf4-0.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 8b0bdfdf0cf0 |
children | c7528f8e288d |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
23 #define regex_t sys_regex_t | 23 #define regex_t sys_regex_t |
24 #define regoff_t sys_regoff_t | 24 #define regoff_t sys_regoff_t |
25 #define regmatch_t sys_regmatch_t | 25 #define regmatch_t sys_regmatch_t |
26 | 26 |
27 #define SYSTEM_MALLOC | 27 #define SYSTEM_MALLOC |
28 #define HAVE_RENAME 1 | |
29 | |
30 /* Digital Unix 4.0 has a realpath, but it's buggy. And I | |
31 *do* mean buggy. */ | |
32 #undef HAVE_REALPATH | |
33 | |
34 /* With -std1 we get more ansified compilation. */ | |
35 #undef C_SWITCH_SYSTEM | |
36 #ifdef __GNUC__ | |
37 # define C_SWITCH_SYSTEM -D_BSD | |
38 #else | |
39 # define C_SWITCH_SYSTEM -std1 -D_BSD | |
40 #endif |