From 0d4d5d6490353ee9f3ab4d6827e791136d49fd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 18 May 1998 00:58:54 +0200 Subject: [PATCH] Added HAVE_ISGRAPH. Rev: src/acconfig.h:1.23 --- src/acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/acconfig.h b/src/acconfig.h index 108ae1a5d1..baaf3d779b 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.22 1998/05/17 20:39:18 grubba Exp $ + * $Id: acconfig.h,v 1.23 1998/05/17 22:58:54 grubba Exp $ */ #ifndef MACHINE_H #define MACHINE_H @@ -177,6 +177,9 @@ /* Define if your OS has the union wait. */ #undef HAVE_UNION_WAIT +/* Define if you have isgraph */ +#undef HAVE_ISGRAPH + /* Define if your cpp supports the ANSI concatenation operator ## */ #undef HAVE_ANSI_CONCAT -- GitLab