From f04db5631158b3856ea11f300d02a03c7e15ede4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 6 Oct 1998 12:10:02 +0000 Subject: windoze version works again --- include/util.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/util.h b/include/util.h index 05610452c..a79b8ef72 100644 --- a/include/util.h +++ b/include/util.h @@ -146,13 +146,16 @@ STRLIST add_to_strlist( STRLIST *list, const char *string ); STRLIST append_to_strlist( STRLIST *list, const char *string ); STRLIST strlist_prev( STRLIST head, STRLIST node ); STRLIST strlist_last( STRLIST node ); -int memicmp( const char *a, const char *b, size_t n ); const char *memistr( const char *buf, size_t buflen, const char *sub ); char *mem2str( char *, const void *, size_t); char *trim_spaces( char *string ); int string_count_chr( const char *string, int c ); #define stricmp(a,b) strcasecmp((a),(b)) + +#ifndef HAVE_MEMICMP +int memicmp( const char *a, const char *b, size_t n ); +#endif #ifndef HAVE_STPCPY char *stpcpy(char *a,const char *b); #endif -- cgit v1.2.3