summaryrefslogtreecommitdiff
path: root/e_qdos.h
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-04-12 10:40:25 -0700
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-04-12 10:40:25 -0700
commit793eb3eb123664017100dfb1a5407f0da639a339 (patch)
tree2a6511443d115418007151f95f3a0fa8f5300974 /e_qdos.h
downloadctags-upstream.tar.gz
ctags-upstream.tar.bz2
ctags-upstream.zip
Imported Upstream version 5.8upstream/5.8upstream
Diffstat (limited to 'e_qdos.h')
-rw-r--r--e_qdos.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/e_qdos.h b/e_qdos.h
new file mode 100644
index 0000000..52f2500
--- /dev/null
+++ b/e_qdos.h
@@ -0,0 +1,34 @@
+/*
+* $Id: e_qdos.h 136 2002-03-08 22:35:19Z darren $
+*
+* Copyright (c) 2002, Darren Hiebert
+*
+* This source code is released for free distribution under the terms of the
+* GNU General Public License.
+*
+* Configures ctags for QDOS environment.
+*/
+#ifndef E_QDOS_H
+#define E_QDOS_H
+
+#define HAVE_DIRENT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TIMES_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_TIME_H 1
+#define HAVE_UNISTD_H 1
+#define STDC_HEADERS 1
+#define HAVE_CLOCK 1
+#define HAVE_FGETPOS 1
+#define HAVE_FTRUNCATE 1
+#define HAVE_OPENDIR 1
+#define HAVE_PUTENV 1
+#define HAVE_REMOVE 1
+#define HAVE_STRERROR 1
+#define HAVE_STRSTR 1
+#define HAVE_TIMES 1
+#define HAVE_TRUNCATE 1
+#define NON_CONST_PUTENV_PROTOTYPE 1
+
+#endif