mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixes
This commit is contained in:
parent
0f49adb44e
commit
df52700f5c
41 changed files with 6137 additions and 6033 deletions
|
@ -95,6 +95,10 @@ char *strlwr(char *a);
|
|||
#ifndef HAVE_STRICMP
|
||||
# define stricmp(a,b) strcasecmp( (a), (b) )
|
||||
#endif
|
||||
#ifndef HAVE_MEMRCHR
|
||||
void *memrchr (const void *buffer, int c, size_t n);
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef HAVE_ISASCII
|
||||
static inline int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue