mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-08 17:43:27 +08:00
6c979d5c37
gen_uuid_nt.c (uuid_generate): W2K strikes again! An incompatible interface change means we need to detect whether the code is running on an NT4 or NT5 system. config.h, ChangeLog: config.h: Add #define's for strcasecmp and strncasecmp
22 lines
368 B
C
22 lines
368 B
C
|
|
#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
|
|
|