Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include/heimdal Defined HAVE_GETIFADDRS.



details:   https://anonhg.NetBSD.org/src/rev/88594c42d829
branches:  trunk
changeset: 500025:88594c42d829
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Dec 03 20:21:34 2000 +0000

description:
Defined HAVE_GETIFADDRS.

diffstat:

 include/heimdal/config.h |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 66a7a0a200d5 -r 88594c42d829 include/heimdal/config.h
--- a/include/heimdal/config.h  Sun Dec 03 20:21:03 2000 +0000
+++ b/include/heimdal/config.h  Sun Dec 03 20:21:34 2000 +0000
@@ -345,6 +345,10 @@
 /* Define if you have the setsockopt function.  */
 #define HAVE_SETSOCKOPT 1
 
+/* Define if you have the getifaddrs function. */
+/* XXX manually added   --thorpej%netbsd.org@localhost */
+#define HAVE_GETIFADDRS 1
+
 /* Define if you have the setutent function.  */
 /* #undef HAVE_SETUTENT */
 



Home | Main Index | Thread Index | Old Index