X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b3f050848e5d285c2a1d7f8a4bea98984c201805..2685767a6125c1620719c7de6234aedf41857b7e:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 8de2795..a9f3737 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: acconfig.h,v 1.2 1999/12/10 23:30:08 mdw Exp $ + * $Id: acconfig.h,v 1.3 2000/06/17 12:57:46 mdw Exp $ * * Configuration header for Catacomb * @@ -30,6 +30,10 @@ /*----- 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. * @@ -60,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 -------------------------------------------------*/