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

Added HAVE_IN_ADDR_T.

Rev: src/modules/system/acconfig.h:1.3
parent 166e8243
No related branches found
No related tags found
No related merge requests found
/* /*
* $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 * System dependant definitions for the system module for Pike
* *
...@@ -24,4 +24,7 @@ ...@@ -24,4 +24,7 @@
/* Define if you have pw_gecos in the passwd struct */ /* Define if you have pw_gecos in the passwd struct */
#undef HAVE_PW_GECOS #undef HAVE_PW_GECOS
/* Define if <netinet/in.h> defines the in_addr_t type. */
#undef HAVE_IN_ADDR_T
#endif /* SYSTEM_MACHINE_H */ #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