Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / config / configure.in
index 52653e8e73de41d16835328d5fc94fce958894c1..864672b3609a3227fdf939098e1c0fd1f296b99a 100644 (file)
@@ -128,6 +128,10 @@ case "$uname" in
     AC_MSG_RESULT($uname found.)
     OSDEP_C="os_solaris.c"
   ;;
+  *OpenBSD*)
+    AC_MSG_RESULT($uname found.)
+    OSDEP_C="os_openbsd.c"
+  ;;
   *BSD*)
     AC_MSG_RESULT($uname found.)
     OSDEP_C="os_bsd.c"