$OpenBSD: patch-config_h,v 1.1 2001/10/12 02:49:03 brad Exp $
--- config.h.orig	Wed Mar 15 11:25:21 2000
+++ config.h	Thu Oct 11 22:16:04 2001
@@ -67,6 +67,15 @@
 #  define CALLIN   ""
 #endif
 
+#ifdef __OpenBSD__
+#  define DFL_PORT "/dev/tty00"
+#  define DEF_BAUD "57600"
+#  define CALLOUT  ""
+#  define CALLIN   ""
+#  undef  UUCPLOCK
+#  define UUCPLOCK "/var/spool/lock"
+#endif
+
 /* Some reasonable defaults if not defined */
 #ifndef DFL_PORT
 #  define DFL_PORT "/dev/tty8"
