/* */
1 /*
2 * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002
3 * Tama Communications Corporation
4 *
5 * This file is part of GNU GLOBAL.
6 *
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21 #ifndef _GLOBAL_H_
22 #define _GLOBAL_H_
23
24 #include "gparam.h"
25 #include "abs2rel.h"
26 #include "args.h"
27 #include "char.h"
28 #include "checkalloc.h"
29 #include "compress.h"
30 #include "conf.h"
31 #include "date.h"
32 #include "dbop.h"
33 #include "defined.h"
34 #include "die.h"
35 #include "env.h"
36 #include "fileop.h"
37 #include "find.h"
38 #include "format.h"
39 #include "getdbpath.h"
40 #include "gpathop.h"
41 #include "gtagsop.h"
42 #include "idset.h"
43 #include "is_unixy.h"
44 #include "langmap.h"
45 #include "linetable.h"
46 #include "locatestring.h"
47 #include "logging.h"
48 #include "makepath.h"
49 #include "path.h"
50 #include "pathconvert.h"
51 #include "pool.h"
52 #include "split.h"
53 #include "statistics.h"
54 #include "strbuf.h"
55 #include "strhash.h"
56 #include "strlimcpy.h"
57 #include "strmake.h"
58 #include "tab.h"
59 #include "test.h"
60 #include "token.h"
61 #include "usable.h"
62 #include "version.h"
63 #include "varray.h"
64 #include "xargs.h"
65
66 #endif /* ! _GLOBAL_H_ */
/* */