openbsd-ports/comms/minicom/patches/patch-config-h
form c5c73de58e Upgrade to 1.83.0.
Use INSTALL/DEINSTALL.
Fake.
2000-05-18 04:41:30 +00:00

21 lines
490 B
Plaintext

# $OpenBSD: patch-config-h,v 1.1 2000/05/18 04:41:32 form Exp $
--- config.h.orig Wed May 17 13:10:48 2000
+++ config.h Wed May 17 13:15:10 2000
@@ -63,6 +63,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"