Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / dict / dopen.c
index 47b9304..89b7085 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: dopen.c,v 1.11 2005-01-15 19:38:21 adam Exp $
+/* $Id: dopen.c,v 1.13 2006-05-10 08:13:18 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -24,7 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include <sys/types.h>
 #include <fcntl.h>
-#ifndef WIN32
+#if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <stdio.h>
@@ -89,3 +89,11 @@ void dict_bf_compact (Dict_BFile dbf)
 {
     dbf->compact_flag = 1;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+