From 8f5391c3ce4b59b22716ea6d241b59ffba423e67 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 28 May 2001 02:36:41 +0000 Subject: [PATCH] added HAVE_COMEDI_POLL --- lib/libinternal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libinternal.h b/lib/libinternal.h index 2e4dd5f..e004f10 100644 --- a/lib/libinternal.h +++ b/lib/libinternal.h @@ -137,6 +137,9 @@ enum{ #define HAVE_COMEDI_INSN #endif +#ifdef COMEDI_POLL +#define HAVE_COMEDI_POLL +#endif #endif -- 2.26.2