2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

1024. [port] HP and Sun decided to use the same macros and

structures for different things.
This commit is contained in:
Mark Andrews
2001-10-03 05:08:32 +00:00
parent 6bebabb376
commit 40dd9cb8cc
4 changed files with 42 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: platform.h.in,v 1.24 2001/07/18 08:15:21 marka Exp $ */
/* $Id: platform.h.in,v 1.25 2001/10/03 05:08:30 marka Exp $ */
#ifndef ISC_PLATFORM_H
#define ISC_PLATFORM_H 1
@@ -147,6 +147,12 @@
*/
@ISC_PLATFORM_HAVELONGLONG@
/*
* Define if the system has struct lifconf which is a extended struct ifconf
* for IPv6.
*/
@ISC_PLATFORM_HAVELIFCONF@
/*
* Used to control how extern data is linked; needed for Win32 platforms.
*/