$OpenBSD: patch-include_HsNetworkConfig_h_in,v 1.2 2012/12/02 20:27:19 kili Exp $

ucred is sockpeercred on OpenBSD

--- include/HsNetworkConfig.h.in.orig	Thu Aug 16 18:06:46 2012
+++ include/HsNetworkConfig.h.in	Wed Nov 21 21:18:41 2012
@@ -83,17 +83,17 @@
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
-/* Define to 1 if `msg_accrights' is a member of `struct msghdr'. */
+/* Define to 1 if `msg_accrights' is member of `struct msghdr'. */
 #undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
 
-/* Define to 1 if `msg_control' is a member of `struct msghdr'. */
+/* Define to 1 if `msg_control' is member of `struct msghdr'. */
 #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL
 
-/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
+/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
 
-/* Define to 1 if you have both SO_PEERCRED and struct ucred. */
-#undef HAVE_STRUCT_UCRED
+/* Define to 1 if you have both SO_PEERCRED and struct sockpeercred. */
+#undef HAVE_STRUCT_SOCKPEERCRED
 
 /* Define to 1 if you have the `symlink' function. */
 #undef HAVE_SYMLINK
@@ -139,9 +139,6 @@
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
