From 4e4fd0ac68d921dc6d85546ce6edc646ed5cc7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 31 May 1998 16:07:51 +0200 Subject: [PATCH] Added HAVE_IN_ADDR_T. Rev: src/modules/system/acconfig.h:1.3 --- src/modules/system/acconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/system/acconfig.h b/src/modules/system/acconfig.h index 9c27941f63..8c97abee1c 100644 --- a/src/modules/system/acconfig.h +++ b/src/modules/system/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.2 1998/05/22 12:50:22 grubba Exp $ + * $Id: acconfig.h,v 1.3 1998/05/31 14:07:51 grubba Exp $ * * System dependant definitions for the system module for Pike * @@ -24,4 +24,7 @@ /* Define if you have pw_gecos in the passwd struct */ #undef HAVE_PW_GECOS +/* Define if <netinet/in.h> defines the in_addr_t type. */ +#undef HAVE_IN_ADDR_T + #endif /* SYSTEM_MACHINE_H */ -- GitLab