annotate src/s/decosf4-0.h @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 364816949b59
children b980b6286996
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: Not in FSF. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "decosf3-2.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #ifndef NOT_C_CODE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 #include "/usr/include/sys/lc_core.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #include "/usr/include/reg_types.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #define re_compile_pattern sys_re_compile_pattern
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #define re_search sys_re_search
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 #define re_search_2 sys_re_search_2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #define re_match_2 sys_re_match_2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #define re_max_failures sys_re_max_failures
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #define re_set_syntax sys_re_set_syntax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #define re_set_registers sys_re_set_registers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #define re_compile_fastmap sys_re_compile_fastmap
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #define re_match sys_re_match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 #define regcomp sys_regcomp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #define regexec sys_regexec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #define regerror sys_regerror
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #define regfree sys_regfree
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #define regex_t sys_regex_t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 #define regoff_t sys_regoff_t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 #define regmatch_t sys_regmatch_t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 #define SYSTEM_MALLOC
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 70
diff changeset
28 #define HAVE_RENAME
86
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 78
diff changeset
29
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 78
diff changeset
30 /* Digital Unix 4.0 has a realpath, but it's buggy. And I
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 78
diff changeset
31 *do* mean buggy. */
364816949b59 Import from CVS: tag r20-0b93
cvs
parents: 78
diff changeset
32 #undef HAVE_REALPATH