| version 1.10.4.1, 1996/09/16 18:40:22 |
version 1.10.4.2, 1996/09/19 20:02:39 |
| Line 57 static char rcsid[] = "$NetBSD$"; |
|
| Line 57 static char rcsid[] = "$NetBSD$"; |
|
| #include <string.h> |
#include <string.h> |
| #include <unistd.h> |
#include <unistd.h> |
| |
|
| |
#ifdef __weak_alias |
| |
__weak_alias(cgetcap,_cgetcap); |
| |
__weak_alias(cgetclose,_cgetclose); |
| |
__weak_alias(cgetent,_cgetent); |
| |
__weak_alias(cgetfirst,_cgetfirst); |
| |
__weak_alias(cgetmatch,_cgetmatch); |
| |
__weak_alias(cgetnext,_cgetnext); |
| |
__weak_alias(cgetnum,_cgetnum); |
| |
__weak_alias(cgetset,_cgetset); |
| |
__weak_alias(cgetstr,_cgetstr); |
| |
__weak_alias(cgetustr,_cgetustr); |
| |
#endif |
| |
|
| #define BFRAG 1024 |
#define BFRAG 1024 |
| #define BSIZE 1024 |
#define BSIZE 1024 |
| #define ESC ('[' & 037) /* ASCII ESC */ |
#define ESC ('[' & 037) /* ASCII ESC */ |