mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
703. [port] sys/select.h is needed on older platforms. [RT #695]
This commit is contained in:
parent
f1007e99b7
commit
66ad1d85cb
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: platform.h.in,v 1.18 2001/01/09 21:57:20 bwelling Exp $ */
|
||||
/* $Id: platform.h.in,v 1.19 2001/01/23 04:47:55 marka Exp $ */
|
||||
|
||||
#ifndef ISC_PLATFORM_H
|
||||
#define ISC_PLATFORM_H 1
|
||||
@ -132,6 +132,11 @@
|
||||
*/
|
||||
@ISC_PLATFORM_USETHREADS@
|
||||
|
||||
/*
|
||||
* Defined if unistd.h does not cause fd_set to be delared.
|
||||
*/
|
||||
@ISC_PLATFORM_NEEDSYSSELECTH@
|
||||
|
||||
/*
|
||||
* Tell emacs to use C mode for this file.
|
||||
*
|
||||
|
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: platform.h.in,v 1.10 2001/01/09 21:59:50 bwelling Exp $ */
|
||||
/* $Id: platform.h.in,v 1.11 2001/01/23 04:47:56 marka Exp $ */
|
||||
|
||||
#ifndef LWRES_PLATFORM_H
|
||||
#define LWRES_PLATFORM_H 1
|
||||
@ -62,4 +62,9 @@
|
||||
*/
|
||||
@LWRES_PLATFORM_HAVEINADDR6@
|
||||
|
||||
/*
|
||||
* Defined if unistd.h does not cause fd_set to be delared.
|
||||
*/
|
||||
@LWRES_PLATFORM_NEEDSYSSELECTH@
|
||||
|
||||
#endif /* LWRES_PLATFORM_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user