blob: e269d20fcfae7d1b36371a790e3632215af438c8 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2#define _INO_T_DEFINED 1
3
4#define HAVE_STDLIB_H 1
5#define HAVE_STRING_H 1
6#define HAVE_GETOPT_H 1
7#define HAVE_ERRNO_H 1
8#define HAVE_SETJMP_H 1
9
10#define HAVE_STRCASECMP 1
11#define strcasecmp _stricmp
12#define strncasecmp _strnicmp
13
14#define HAVE_CONIO_H 1
15
16#define HAVE_EXT2_INODE_VERSION 1
17
18#define inline __forceinline
19
20#define _CTYPE_DISABLE_MACROS
21