Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / util / passwddb.c
index ed4822b..cbe1485 100644 (file)
@@ -1,8 +1,30 @@
-
+/*
+ * Copyright (C) 1998-1999, Index Data
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: passwddb.c,v $
+ * Revision 1.4  1999-02-02 14:51:39  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.3  1998/06/25 19:16:32  adam
+ * Minor changes to Visual C++ project.
+ *
+ * Revision 1.2  1998/06/25 09:55:51  adam
+ * Minor changes - fixex headers.
+ *
+ */
+#ifdef WIN32
+#else
 #include <unistd.h>
+#endif
 #include <string.h>
 #include <stdio.h>
 
+#ifndef USE_CRYPT
+#define USE_CRYPT 0
+#endif
+
 #if USE_CRYPT
 #include <crypt.h>
 #endif