From b9d133773eeca4a9fcd01340ee047e4c9dc8a619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 27 May 1999 20:25:04 +0200 Subject: [PATCH] Added HAVE_SOLARIS_GETSPNAM_R. Rev: src/modules/system/acconfig.h:1.4 --- src/modules/system/acconfig.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/modules/system/acconfig.h b/src/modules/system/acconfig.h index 8c97abee1c..92caa37bd7 100644 --- a/src/modules/system/acconfig.h +++ b/src/modules/system/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.3 1998/05/31 14:07:51 grubba Exp $ + * $Id: acconfig.h,v 1.4 1999/05/27 18:25:04 grubba Exp $ * * System dependant definitions for the system module for Pike * @@ -12,11 +12,14 @@ @TOP@ @BOTTOM@ -/* Define if you have solaris stype gethostbyname_r. */ +/* Define if you have solaris style gethostbyname_r. */ #undef HAVE_SOLARIS_GETHOSTBYNAME_R -/* Define if you have OSF1 stype gethostbyname_r. */ +/* Define if you have OSF1 style gethostbyname_r. */ #undef HAVE_OSF1_GETHOSTBYNAME_R + +/* Define if you have solaris style getspnam_r. */ +#undef HAVE_SOLARIS_GETSPNAM_R /* Define if you have h_addr_list in the hostent struct */ #undef HAVE_H_ADDR_LIST -- GitLab