blob: 7be5ba335f813dcd96ee960b984d644f0d3ee6db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
/* : : generated from contrib/ast/src/lib/libast/features/api by iffe version 2012-07-17 : : */
#ifndef _AST_API_H
#define _AST_API_H 1
#define _sys_types 1 /* #include <sys/types.h> ok */
#define _AST_VERSION AST_VERSION /* pre-20100601 compatibility */
#define AST_VERSION 20111111
#define ASTAPI(rel) ( _BLD_ast || !_API_ast || _API_ast >= rel )
#if !defined(_API_ast) && defined(_API_DEFAULT)
#define _API_ast _API_DEFAULT
#endif
#if ASTAPI(20120411)
#undef cmdopen
#define cmdopen cmdopen_20120411
#elif _API_ast >= 20110505
#undef cmdopen
#define cmdopen cmdopen_20110505
#endif
#if ASTAPI(20100601)
#undef pathaccess
#define pathaccess pathaccess_20100601
#endif
#if ASTAPI(20100601)
#undef pathcanon
#define pathcanon pathcanon_20100601
#endif
#if ASTAPI(20100601)
#undef pathcat
#define pathcat pathcat_20100601
#endif
#if ASTAPI(20100601)
#undef pathkey
#define pathkey pathkey_20100601
#endif
#if ASTAPI(20100601)
#undef pathpath
#define pathpath pathpath_20100601
#endif
#if ASTAPI(20100601)
#undef pathprobe
#define pathprobe pathprobe_20100601
#endif
#if ASTAPI(20100601)
#undef pathrepl
#define pathrepl pathrepl_20100601
#endif
#if ASTAPI(20120528)
#undef regexec
#define regexec regexec_20120528
#endif
#if ASTAPI(20120528)
#undef regnexec
#define regnexec regnexec_20120528
#endif
#if ASTAPI(20120528)
#undef regrexec
#define regrexec regrexec_20120528
#endif
#if ASTAPI(20120528)
#undef regsubexec
#define regsubexec regsubexec_20120528
#endif
#if ASTAPI(20000308)
#undef sfkeyprintf
#define sfkeyprintf sfkeyprintf_20000308
#endif
#if ASTAPI(20120528)
#undef strgrpmatch
#define strgrpmatch strgrpmatch_20120528
#endif
#define _API_ast_MAP "cmdopen_20120411 cmdopen_20110505 pathaccess_20100601 pathcanon_20100601 pathcat_20100601 pathkey_20100601 pathpath_20100601 pathprobe_20100601 pathrepl_20100601 regexec_20120528 regnexec_20120528 regrexec_20120528 regsubexec_20120528 sfkeyprintf_20000308 strgrpmatch_20120528"
#endif
|