X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/d03ab969116fe715d569304c1c474749b2f64529..f41f820e4b3e230d9314cc4323abf59babdd4e67:/acconfig.h diff --git a/acconfig.h b/acconfig.h index b8e2eb5..a9f3737 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.1 1999/09/03 08:41:11 mdw Exp $ + * $Id: acconfig.h,v 1.3 2000/06/17 12:57:46 mdw Exp $ * * Configuration header for Catacomb * @@ -30,13 +30,20 @@ /*----- Revision history --------------------------------------------------* * * $Log: acconfig.h,v $ + * Revision 1.3 2000/06/17 12:57:46 mdw + * New free counter noise generator, for use if /dev/random is + * unavailable. + * + * Revision 1.2 1999/12/10 23:30:08 mdw + * Change header file guard names. + * * Revision 1.1 1999/09/03 08:41:11 mdw * Initial import. * */ -#ifndef ACCONFIG_H -#define ACCONFIG_H +#ifndef CATACOMB_ACCONFIG_H +#define CATACOMB_ACCONFIG_H #ifdef __cplusplus extern "C" { @@ -57,6 +64,10 @@ * representing time. (Probably `long'.) */ #undef time_t +/* Define if you have working `setitimer' and `sigsetjmp' functions. This + * sill enable the free counter noise generator. */ +#define USE_FREEWHEEL + @BOTTOM@ /*----- That's all, folks -------------------------------------------------*/