Handle template expressions that may use the << or >> operators
[arduino-ctags.git] / e_os2.h
blob53b5f192e2e1049f4dd55144b41ba7d90e6118c0
1 /*
2 * $Id: e_os2.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 OS/2 environment.
11 #ifndef E_OS2_H
12 #define E_OS2_H
14 #define UNIX_PATH_SEPARATOR 1
15 #define CASE_INSENSITIVE_FILENAMES 1
16 #define HAVE_DIRENT_H 1
17 #define HAVE_FCNTL_H 1
18 #define HAVE_IO_H 1
19 #define HAVE_STDLIB_H 1
20 #define HAVE_SYS_STAT_H 1
21 #define HAVE_SYS_TYPES_H 1
22 #define HAVE_TIME_H 1
23 #define HAVE_UNISTD_H 1
24 #define HAVE_CLOCK 1
25 #define HAVE_CHSIZE 1
26 #define HAVE_FGETPOS 1
27 #define HAVE_FTRUNCATE 1
28 #define HAVE_OPENDIR 1
29 #define HAVE_REGCOMP 1
30 #define HAVE_REMOVE 1
31 #define HAVE_STRERROR 1
32 #define HAVE_STRICMP 1
33 #define HAVE_STRNICMP 1
34 #define HAVE_STRSTR 1
35 #define HAVE_TRUNCATE 1
37 #endif