Skip to content
Snippets Groups Projects
Commit f81435c9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added file

Rev: src/modules/system/acconfig.h:1.1
parent afaa76db
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,7 @@ testfont binary ...@@ -101,6 +101,7 @@ testfont binary
/src/modules/files/file.c foreign_ident /src/modules/files/file.c foreign_ident
/src/modules/spider/dumudp.c foreign_ident /src/modules/spider/dumudp.c foreign_ident
/src/modules/sprintf/sprintf.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/passwords.c foreign_ident
/src/modules/system/syslog.c foreign_ident /src/modules/system/syslog.c foreign_ident
/src/modules/system/system.c foreign_ident /src/modules/system/system.c foreign_ident
......
/*
* $Id: acconfig.h,v 1.1 1997/05/18 21:59:42 grubba Exp $
*
* System dependant definitions for the system module for Pike
*
* Henrik Grubbstrm 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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment