Commit ef9c9ab9 authored by Ondrej Filip's avatar Ondrej Filip
Browse files

OpenBSD port related changes.

parent dd8d2acd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -114,6 +114,10 @@ else
				;;
		ipv4:freebsd*)	sysdesc=bsd
				;;
		ipv6:openbsd*)	sysdesc=bsd-v6
				;;
		ipv4:openbsd*)	sysdesc=bsd
				;;
		*)		AC_MSG_ERROR([Cannot determine correct system configuration. Please use --with-sysconfig to set it manually.])
				;;
		esac
+4 −0
Original line number Diff line number Diff line
@@ -54,3 +54,7 @@

/* struct sockaddr_in(6) */
#undef HAVE_SIN_LEN

/* We have stdint.h */
#undef HAVE_STDINT_H
+3 −0
Original line number Diff line number Diff line
@@ -13,5 +13,8 @@

#include <sys/types.h>
#include <netinet/in.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif

#endif