aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-18 21:25:12 +0000
committerYang Tse <yangsita@gmail.com>2006-10-18 21:25:12 +0000
commit4cac96c33a98268f3aaf646caef450ae94cf367f (patch)
treea0e2008e4baf11b7bb40be5714f1a711ef277b3f /ares
parent5df4be11657fc49d74e1e6b39c0003f7cf2f3772 (diff)
Sync with lib/setup_once.h
Diffstat (limited to 'ares')
-rw-r--r--ares/setup_once.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/setup_once.h b/ares/setup_once.h
index 7e373d69b..8f24d8c48 100644
--- a/ares/setup_once.h
+++ b/ares/setup_once.h
@@ -126,6 +126,7 @@
#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
#define ISGRAPH(x) (isgraph((int) ((unsigned char)x)))
#define ISALPHA(x) (isalpha((int) ((unsigned char)x)))
+#define ISPRINT(x) (isprint((int) ((unsigned char)x)))
#endif /* __SETUP_ONCE_H */