File: e_qdos.h

package info (click to toggle)
arduino-ctags 5.8-arduino11-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,976 kB
  • sloc: ansic: 35,037; makefile: 132; sh: 23
file content (34 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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