From e547d07a488ab17397217e2a57594c78bf747373 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 4 Nov 2000 04:37:24 +0000 Subject: More cleanups. Fix things so tinylogin compiles. Fix a bug in getdelim -- patch from David Whedon . --- include/ctype.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ctype.h') diff --git a/include/ctype.h b/include/ctype.h index ddfb1094a..a4fab9bca 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -4,6 +4,10 @@ #ifndef __CTYPE_H #define __CTYPE_H +/* For now, just always use the functions instead of the macros...*/ +#define USE_CTYPE_C_FUNCTIONS + + #ifdef USE_CTYPE_C_FUNCTIONS /* function prototpes */ extern int isalnum(int c); -- cgit v1.2.3