Windows: No Fortuna method

This commit is contained in:
Asanka Herath
2010-06-17 23:01:29 -04:00
parent ba44354336
commit efd02d929a

View File

@@ -1356,11 +1356,15 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* Define if you don't want to use mmap. */
#define NO_MMAP 1
/* Define if EGD rand method is not defined */
#define NO_RAND_EGD_METHOD 1
/* Define if the Unix rand method is not defined */
#define NO_RAND_UNIX_METHOD 1
/* Define if the Fortuna rand method is not defined */
#define NO_RAND_FORTUNA_METHOD 1
/* Define if PID files should not be used. */
#define NO_PIDFILES 1
@@ -1454,32 +1458,6 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#include "roken_rename.h"
#endif
#define RETSIGTYPE void
#define VOID_RETSIGTYPE 1
#ifdef VOID_RETSIGTYPE
#define SIGRETURN(x) return
#else
#define SIGRETURN(x) return (RETSIGTYPE)(x)
#endif
#ifndef CPP_ONLY
typedef int pid_t;
typedef unsigned int gid_t;
typedef unsigned int uid_t;
typedef unsigned short mode_t;
#endif
#ifndef __cplusplus
#define inline __inline
#endif
#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
#define AUTHENTICATION 1
#endif