~ubuntu-branches/ubuntu/utopic/exuberant-ctags/utopic

« back to all changes in this revision

Viewing changes to e_os2.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-03-30 11:56:40 UTC
  • Revision ID: james.westby@ubuntu.com-20040330115640-0u2eq56u65zf53il
Tags: upstream-5.5.4
ImportĀ upstreamĀ versionĀ 5.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
*   $Id: e_os2.h,v 1.1 2002/03/08 22:35:19 darren Exp $
 
3
*
 
4
*   Copyright (c) 2002, Darren Hiebert
 
5
*
 
6
*   This source code is released for free distribution under the terms of the
 
7
*   GNU General Public License.
 
8
*
 
9
*   Configures ctags for OS/2 environment.
 
10
*/
 
11
#ifndef E_OS2_H
 
12
#define E_OS2_H
 
13
 
 
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
 
36
 
 
37
#endif