General utilities cleanup. Add signature support to catcrypt. Throw in
[u/mdw/catacomb] / acconfig.h
index b8e2eb5..5ad9adc 100644 (file)
@@ -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
  *
  * 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" {
  * 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 -------------------------------------------------*/