-
Notifications
You must be signed in to change notification settings - Fork 1
/
dosconf.h
46 lines (39 loc) · 1.31 KB
/
dosconf.h
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
35
36
37
38
39
40
41
42
43
44
45
46
/* dosconf.h
*
* 1996-02-28 V 1.0.0
* 1999-01-21 V 1.1.0
* 1999-03-17 V 1.1.1
* 1999-07-01 V 1.2.0 beta
* 1999-08-27 V 1.2.0 final
*
* NOTE: Edit this file with tabstop=4 !
*
* Copyright 1996-2002 by Gerhard Buergmann
* Gerhard.Buergmann@puon.at
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* See file COPYING for information on distribution conditions.
*/
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1
/* Define if you have the strtol function. */
#define HAVE_STRTOL 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <locale.h> header file. */
#if __TURBOC__ > 0x0400
# define HAVE_LOCALE_H 1
#endif