diff options
author | reinelt <> | 2002-09-11 05:16:33 +0000 |
---|---|---|
committer | reinelt <> | 2002-09-11 05:16:33 +0000 |
commit | 2f52ad6d174cf677d3c1e8e286f658b79a8b1b07 (patch) | |
tree | 0a0e28cfaf7570295e0544af9a4b8c1da2f18411 /config.h.in | |
parent | 33a43b7658084eaaf169b516e5c18d5e879cb2d2 (diff) | |
download | lcd4linux-2f52ad6d174cf677d3c1e8e286f658b79a8b1b07.tar.gz |
[lcd4linux @ 2002-09-11 05:16:32 by reinelt]
added Cwlinux driver
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 430da26..5877dfe 100644 --- a/config.h.in +++ b/config.h.in @@ -5,6 +5,9 @@ /* Define if you want the Crystalfontz driver compiled */ #undef WITH_CRYSTALFONTZ +/* Define if you want the Cwlinux driver compiled */ +#undef WITH_CWLINUX + /* Define if you want the HD44780 driver compiled */ #undef WITH_HD44780 |