$OpenBSD: patch-src_catdoc_h,v 1.1 2001/05/29 23:22:44 jasoni Exp $
--- src/catdoc.h.orig	Tue May 29 13:05:03 2001
+++ src/catdoc.h	Tue May 29 13:06:42 2001
@@ -8,7 +8,7 @@
  *
  */
 
-#ifdef __unix
+#ifdef __unix__
 #ifndef USERC
 #define USERRC ".catdocrc"
 #endif
@@ -39,7 +39,7 @@ char *add_exe_path(const char* name);
 #endif
 
 #define CHARSET_EXT ".txt"
-#ifdef __unix
+#ifdef __unix__
 #ifndef TARGET_CHARSET
 #define TARGET_CHARSET "koi8-r"
 #endif
