diff options
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1672e68..a81154c 100644 --- a/config.h.in +++ b/config.h.in @@ -184,6 +184,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <usb.h> header file. */ +#undef HAVE_USB_H + /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK @@ -311,6 +314,9 @@ /* Beckmann&Egle driver */ #undef WITH_BECKMANNEGLE +/* BWCT driver */ +#undef WITH_BWCT + /* Crystalfontz driver */ #undef WITH_CRYSTALFONTZ |