Merge pull request #11 from esorton/bugfix/add-constexpr-keyword-to-arduino-ctags
[arduino-ctags.git] / e_djgpp.h
blob5cd5190a211b9eb99c634ec60924f0d4bbfd7378
1 /*
2 * $Id: e_djgpp.h 375 2003-10-31 04:15:35Z darren $
4 * Copyright (c) 2002-2003, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * Configures ctags for DJGPP environment.
11 #ifndef E_DJGPP_H
12 #define E_DJGPP_H
14 #define CASE_INSENSITIVE_FILENAMES 1
15 #define MSDOS_STYLE_PATH 1
17 #define HAVE_DIR_H 1
18 #define HAVE_DIRENT_H 1
19 #define HAVE_FCNTL_H 1
20 #define HAVE_FNMATCH_H 1
21 #define HAVE_STDLIB_H 1
22 #define HAVE_STRING_H 1
23 #define HAVE_SYS_DIR_H 1
24 #define HAVE_SYS_STAT_H 1
25 #define HAVE_SYS_TIMES_H 1
26 #define HAVE_SYS_TYPES_H 1
27 #define HAVE_TIME_H 1
28 #define HAVE_UNISTD_H 1
30 #define HAVE_CLOCK 1
31 #define HAVE_FGETPOS 1
32 #define HAVE_FNMATCH 1
33 #define HAVE_MKSTEMP 1
34 #define HAVE_OPENDIR 1
35 #define HAVE_REGCOMP 1
36 #define HAVE_REMOVE 1
37 #define HAVE_SETENV 1
38 #define HAVE_STAT_ST_INO 1
39 #define HAVE_STRCASECMP 1
40 #define HAVE_STRERROR 1
41 #define HAVE_STRNCASECMP 1
42 #define HAVE_STRSTR 1
43 #define HAVE_TRUNCATE 1
44 #define NEED_PROTO_LSTAT 1
45 #define STDC_HEADERS 1
47 #endif