Handle template expressions that may use the << or >> operators
[arduino-ctags.git] / e_amiga.h
blob511a78f7a987299628b620f67729fd8c9c03049e
1 /*
2 * $Id: e_amiga.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 Amiga environment.
11 #ifndef E_AMIGA_H
12 #define E_AMIGA_H
14 #define HAVE_STDLIB_H 1
15 #define HAVE_SYS_STAT_H 1
16 #define HAVE_SYS_TYPES_H 1
17 #define HAVE_TIME_H 1
18 #define HAVE_CLOCK 1
19 #define HAVE_FGETPOS 1
20 #define HAVE_STRERROR 1
21 #define HAVE_STRICMP 1
22 #define HAVE_STRNICMP 1
24 #endif