diff options
author | reinelt <> | 2001-03-12 12:39:36 +0000 |
---|---|---|
committer | reinelt <> | 2001-03-12 12:39:36 +0000 |
commit | 1631c724f42e4b4fd70b4ba3834db4a435dfc74f (patch) | |
tree | 711f05c7dafc211fd5ba65e5f66240d2291e9956 /system.c | |
parent | b95429e73bd0b71a384f9319670622af4b54f8ae (diff) | |
download | lcd4linux-1631c724f42e4b4fd70b4ba3834db4a435dfc74f.tar.gz |
[lcd4linux @ 2001-03-12 12:39:36 by reinelt]
reworked autoconf a lot: drivers may be excluded, #define's went to config.h
Diffstat (limited to 'system.c')
-rw-r--r-- | system.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: system.c,v 1.21 2001/03/09 12:14:24 reinelt Exp $ +/* $Id: system.c,v 1.22 2001/03/12 12:39:36 reinelt Exp $ * * system status retreivement * @@ -20,6 +20,10 @@ * * * $Log: system.c,v $ + * Revision 1.22 2001/03/12 12:39:36 reinelt + * + * reworked autoconf a lot: drivers may be excluded, #define's went to config.h + * * Revision 1.21 2001/03/09 12:14:24 reinelt * * minor cleanups @@ -171,6 +175,8 @@ * */ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <fcntl.h> |