version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_ban_c = | | * static char *rcsid_ban_c = |
* "$Id: ban.c,v 1.3 2001/04/06 00:40:03 michtoen Exp $"; | | * "$Id: ban.c,v 1.4 2001/04/06 19:07:03 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
#include <global.h> | | #include <global.h> |
#ifndef WIN32 // ---win32 : remove unix headers | | #ifndef WIN32 /* ---win32 : remove unix headers */ |
#include <sys/ioctl.h> | | #include <sys/ioctl.h> |
#endif // win32 | | #endif /* win32 */ |
#ifdef hpux | | #ifdef hpux |
#include <sys/ptyio.h> | | #include <sys/ptyio.h> |
#endif | | #endif |
| | |
#ifndef WIN32 // ---win32 : remove unix headers | | #ifndef WIN32 /* ---win32 : remove unix headers */ |
#include <errno.h> | | #include <errno.h> |
#include <stdio.h> | | #include <stdio.h> |
#include <sys/file.h> | | #include <sys/file.h> |
#endif // win32 | | #endif /* win32 */ |
| | |
int checkbanned(char *login, char *host) | | int checkbanned(char *login, char *host) |
{ | | { |