Win32 and OS/2 need to include headers for blowfish and md5.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Mar 2001 05:23:58 +0000 (05:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Mar 2001 05:23:58 +0000 (05:23 +0000)
v7/src/microcode/ntutl/config.h
v7/src/microcode/os2utl/config.h

index 9e5f76019347dde260cb5b0a0ef9aa77295ee48d..72d110b474749b374fbafe550c4a814d1cf6294c 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: config.h,v 1.3 2000/12/07 05:18:48 cph Exp $
+$Id: config.h,v 1.4 2001/03/01 05:23:58 cph Exp $
 
-Copyright (c) 2000 Massachusetts Institute of Technology
+Copyright (c) 2000-2001 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -74,6 +74,12 @@ typedef long ssize_t;
 /* Define if architecture has native-code compiler support.  */
 #define HAS_COMPILER_SUPPORT 1
 
+/* Define if you have the <blowfish.h> header file.  */
+#define HAVE_BLOWFISH_H 1
+
+/* Define if you have the <md5.h> header file.  */
+#define HAVE_MD5_H 1
+
 /* Include the shared configuration header.  */
 #include "confshared.h"
 
index 50684f3c079739e9891d367a6db28dc96f2d28d3..b82ff2473d742094ce6ae2cb0aafede156513681 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: config.h,v 1.2 2000/12/05 21:23:51 cph Exp $
+$Id: config.h,v 1.3 2001/03/01 05:23:53 cph Exp $
 
-Copyright (c) 2000 Massachusetts Institute of Technology
+Copyright (c) 2000-2001 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -68,6 +68,12 @@ typedef long ssize_t;
 /* Define if architecture has native-code compiler support.  */
 #define HAS_COMPILER_SUPPORT 1
 
+/* Define if you have the <blowfish.h> header file.  */
+#define HAVE_BLOWFISH_H 1
+
+/* Define if you have the <md5.h> header file.  */
+#define HAVE_MD5_H 1
+
 /* Include the shared configuration header.  */
 #include "confshared.h"