c++: Handle C++11 noexcept
[arduino-ctags.git] / e_qdos.h
blob52f250029dbed25fe6d8a5b51ce1ed247abb1ae3
1 /*
2 * $Id: e_qdos.h 136 2002-03-08 22:35:19Z darren $
4 * Copyright (c) 2002, 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 QDOS environment.
11 #ifndef E_QDOS_H
12 #define E_QDOS_H
14 #define HAVE_DIRENT_H 1
15 #define HAVE_STDLIB_H 1
16 #define HAVE_SYS_STAT_H 1
17 #define HAVE_SYS_TIMES_H 1
18 #define HAVE_SYS_TYPES_H 1
19 #define HAVE_TIME_H 1
20 #define HAVE_UNISTD_H 1
21 #define STDC_HEADERS 1
22 #define HAVE_CLOCK 1
23 #define HAVE_FGETPOS 1
24 #define HAVE_FTRUNCATE 1
25 #define HAVE_OPENDIR 1
26 #define HAVE_PUTENV 1
27 #define HAVE_REMOVE 1
28 #define HAVE_STRERROR 1
29 #define HAVE_STRSTR 1
30 #define HAVE_TIMES 1
31 #define HAVE_TRUNCATE 1
32 #define NON_CONST_PUTENV_PROTOTYPE 1
34 #endif