From beaf19f800bfdd5439b0a8dc9fa0925b8f770ad5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 1 Mar 2001 05:23:58 +0000 Subject: [PATCH] Win32 and OS/2 need to include headers for blowfish and md5. --- v7/src/microcode/ntutl/config.h | 10 ++++++++-- v7/src/microcode/os2utl/config.h | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/ntutl/config.h b/v7/src/microcode/ntutl/config.h index 9e5f76019..72d110b47 100644 --- a/v7/src/microcode/ntutl/config.h +++ b/v7/src/microcode/ntutl/config.h @@ -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 header file. */ +#define HAVE_BLOWFISH_H 1 + +/* Define if you have the header file. */ +#define HAVE_MD5_H 1 + /* Include the shared configuration header. */ #include "confshared.h" diff --git a/v7/src/microcode/os2utl/config.h b/v7/src/microcode/os2utl/config.h index 50684f3c0..b82ff2473 100644 --- a/v7/src/microcode/os2utl/config.h +++ b/v7/src/microcode/os2utl/config.h @@ -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 header file. */ +#define HAVE_BLOWFISH_H 1 + +/* Define if you have the header file. */ +#define HAVE_MD5_H 1 + /* Include the shared configuration header. */ #include "confshared.h" -- 2.25.1