Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
fd837244
Commit
fd837244
authored
Oct 22, 2001
by
Andreas Gustafsson
Browse files
regenerated; among other things, this removes #undef NET_IF6_H and adds
#undef HAVE_NET_IF6_H
parent
5dcfb7ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.h.in
View file @
fd837244
...
...
@@ -16,7 +16,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.
49
2001/10/22
04:01:26 marka
Exp $ */
/* $Id: config.h.in,v 1.
50
2001/10/22
22:53:52 gson
Exp $ */
/***
*** This file is not to be included by any public header files, because
...
...
@@ -32,9 +32,6 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
...
...
@@ -45,6 +42,9 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* define to `int' if <sys/types.h> doesn't define. */
#undef ssize_t
/* define on DEC OSF to enable 4.4BSD style sa_len support */
#undef _SOCKADDR_LEN
...
...
@@ -138,6 +138,9 @@ int sigwait(const unsigned int *set, int *sig);
/* define if pthread_attr_getstacksize() is available */
#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE
/* define if you have strerror in the C library. */
#undef HAVE_STRERROR
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
...
...
@@ -147,27 +150,27 @@ int sigwait(const unsigned int *set, int *sig);
/* Define if you have the <linux/capability.h> header file. */
#undef HAVE_LINUX_CAPABILITY_H
/* Define if you have the <net/if6.h> header file. */
#undef HAVE_NET_IF6_H
/* Define if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
/* Define if you have the <sys/sockio.h> header file. */
#undef HAVE_SYS_SOCKIO_H
/* Define if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <net/if6.h> header file. */
#undef NET_IF6_H
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
...
...
@@ -176,6 +179,3 @@ int sigwait(const unsigned int *set, int *sig);
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have strerror in the C library. */
#undef HAVE_STRERROR
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment