From f81435c9ff14e616f98db3c9e76d5e20019ec9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 18 May 1997 23:59:42 +0200 Subject: [PATCH] Added file Rev: src/modules/system/acconfig.h:1.1 --- .gitattributes | 1 + src/modules/system/acconfig.h | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/modules/system/acconfig.h diff --git a/.gitattributes b/.gitattributes index 67f73e7ccd..a3821c6cdd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -101,6 +101,7 @@ testfont binary /src/modules/files/file.c foreign_ident /src/modules/spider/dumudp.c foreign_ident /src/modules/sprintf/sprintf.c foreign_ident +/src/modules/system/acconfig.h foreign_ident /src/modules/system/passwords.c foreign_ident /src/modules/system/syslog.c foreign_ident /src/modules/system/system.c foreign_ident diff --git a/src/modules/system/acconfig.h b/src/modules/system/acconfig.h new file mode 100644 index 0000000000..5e40bff029 --- /dev/null +++ b/src/modules/system/acconfig.h @@ -0,0 +1,24 @@ +/* + * $Id: acconfig.h,v 1.1 1997/05/18 21:59:42 grubba Exp $ + * + * System dependant definitions for the system module for Pike + * + * Henrik Grubbström 1997-01-20 + */ + +#ifndef SYSTEM_MACHINE_H +#define SYSTEM_MACHINE_H + +@TOP@ +@BOTTOM@ + +/* Define if you have solaris stype gethostbyname_r. */ +#undef HAVE_SOLARIS_GETHOSTBYNAME_R + +/* Define if you have OSF1 stype gethostbyname_r. */ +#undef HAVE_OSF1_GETHOSTBYNAME_R + +/* Define if you have h_addr_list in the hostent struct */ +#undef HAVE_H_ADDR_LIST + +#endif /* SYSTEM_MACHINE_H */ -- GitLab