neozeed ircu2.9.32-linux-hacks.diff

This commit is contained in:
2023-12-26 16:42:36 -05:00
parent ab64084f63
commit 51650c0d78
40 changed files with 718 additions and 720 deletions

View File

@@ -37,23 +37,8 @@
#include <stdlib.h>
#endif
#ifdef STRINGSH
#include <strings.h>
#else
# ifdef STRINGH
# include <string.h>
# endif
#endif
#define strcasecmp mycmp
#define strncasecmp myncmp
#ifdef NOINDEX
#define index strchr
#define rindex strrchr
/*
extern char *index PROTO((char *, char));
extern char *rindex PROTO((char *, char));
*/
#endif
#include <string.h>
#ifdef AIX
#include <sys/select.h>
@@ -108,7 +93,7 @@ typedef unsigned int u_int;
#endif
#ifdef USE_VARARGS
#include <varargs.h>
#include <stdarg.h>
#endif
#endif /* __sys_include__ */