X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/d03ab969116fe715d569304c1c474749b2f64529..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/acconfig.h diff --git a/acconfig.h b/acconfig.h index b8e2eb5..5ad9adc 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.4 2004/04/08 01:36:15 mdw Exp $ * * Configuration header for Catacomb * @@ -27,16 +27,8 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: acconfig.h,v $ - * 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 +49,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 -------------------------------------------------*/