summaryrefslogtreecommitdiffstats
path: root/include/nonunix/config.h
blob: e269d20fcfae7d1b36371a790e3632215af438c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#define _INO_T_DEFINED 1

#define HAVE_STDLIB_H  1
#define HAVE_STRING_H  1
#define HAVE_GETOPT_H  1
#define HAVE_ERRNO_H   1
#define HAVE_SETJMP_H  1

#define HAVE_STRCASECMP 1
#define strcasecmp     _stricmp
#define strncasecmp     _strnicmp

#define HAVE_CONIO_H   1

#define HAVE_EXT2_INODE_VERSION 1

#define inline __forceinline

#define _CTYPE_DISABLE_MACROS