mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
put SHUTUP_SPUTAUX in acconfig.h
This commit is contained in:
@@ -52,3 +52,10 @@
|
|||||||
|
|
||||||
/* define if chroot() is available */
|
/* define if chroot() is available */
|
||||||
#undef HAVE_CHROOT
|
#undef HAVE_CHROOT
|
||||||
|
|
||||||
|
/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
|
||||||
|
#undef SHUTUP_SPUTAUX
|
||||||
|
#ifdef SHUTUP_SPUTAUX
|
||||||
|
struct __sFILE;
|
||||||
|
extern __inline int __sputaux(int _c, struct __sFILE *_p);
|
||||||
|
#endif
|
||||||
|
15
config.h.in
15
config.h.in
@@ -60,6 +60,13 @@
|
|||||||
/* define if chroot() is available */
|
/* define if chroot() is available */
|
||||||
#undef HAVE_CHROOT
|
#undef HAVE_CHROOT
|
||||||
|
|
||||||
|
/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
|
||||||
|
#undef SHUTUP_SPUTAUX
|
||||||
|
#ifdef SHUTUP_SPUTAUX
|
||||||
|
struct __sFILE;
|
||||||
|
extern __inline int __sputaux(int _c, struct __sFILE *_p);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define if you have the <fcntl.h> header file. */
|
/* Define if you have the <fcntl.h> header file. */
|
||||||
#undef HAVE_FCNTL_H
|
#undef HAVE_FCNTL_H
|
||||||
|
|
||||||
@@ -89,11 +96,3 @@
|
|||||||
|
|
||||||
/* Define if you have the socket library (-lsocket). */
|
/* Define if you have the socket library (-lsocket). */
|
||||||
#undef HAVE_LIBSOCKET
|
#undef HAVE_LIBSOCKET
|
||||||
|
|
||||||
/* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
|
|
||||||
#undef SHUTUP_SPUTAUX
|
|
||||||
#ifdef SHUTUP_SPUTAUX
|
|
||||||
struct __sFILE;
|
|
||||||
extern __inline int __sputaux(int _c, struct __sFILE *_p);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user