blob: e269d20fcfae7d1b36371a790e3632215af438c8 [file] [log] [blame]
Theodore Ts'oaa4115a1999-10-21 19:33:18 +00001
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
Theodore Ts'o6c979d51999-10-26 02:50:36 +000011#define strcasecmp _stricmp
12#define strncasecmp _strnicmp
13
Theodore Ts'oaa4115a1999-10-21 19:33:18 +000014#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