comparison src/s/decosf4-0.h @ 58:8b0bdfdf0cf0 r19-16-pre4

Import from CVS: tag r19-16-pre4
author cvs
date Mon, 13 Aug 2007 08:58:37 +0200
parents 0293115a14e9
children 131b0175ea99
comparison
equal deleted inserted replaced
57:14ab9e17efe0 58:8b0bdfdf0cf0
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 28 #define HAVE_RENAME 1
29 29
30 /* Digital Unix 4.0 has a realpath, but it's buggy. And I 30 /* Digital Unix 4.0 has a realpath, but it's buggy. And I
31 *do* mean buggy. */ 31 *do* mean buggy. */
32 #undef HAVE_REALPATH 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