diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-10-26 02:50:36 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-10-26 02:50:36 +0000 |
commit | 6c979d5c376a864f1216731dbe165237a923c5f7 (patch) | |
tree | 2bab97863fefd5cc11c54384d692cf34bc2da0a9 /include/nonunix/config.h | |
parent | 00ab0435078fb0263075ea49144833033922c8a3 (diff) | |
download | e2fsprogs-6c979d5c376a864f1216731dbe165237a923c5f7.tar.gz |
ChangeLog, gen_uuid_nt.c:
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
Diffstat (limited to 'include/nonunix/config.h')
-rw-r--r-- | include/nonunix/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nonunix/config.h b/include/nonunix/config.h index cc8ac193..e269d20f 100644 --- a/include/nonunix/config.h +++ b/include/nonunix/config.h @@ -8,6 +8,9 @@ #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 |