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

put SHUTUP_SPUTAUX in acconfig.h

This commit is contained in:
David Lawrence
2000-05-16 13:08:31 +00:00
parent 600cfa2ba4
commit 876753d5ce
2 changed files with 14 additions and 8 deletions

View File

@@ -52,3 +52,10 @@
/* define if chroot() is available */
#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

View File

@@ -60,6 +60,13 @@
/* define if chroot() is available */
#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. */
#undef HAVE_FCNTL_H
@@ -89,11 +96,3 @@
/* Define if you have the socket library (-lsocket). */
#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