diff options
Diffstat (limited to 'src/psmcomm.c')
-rw-r--r-- | src/psmcomm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/psmcomm.c b/src/psmcomm.c index a35f5ca..95364ab 100644 --- a/src/psmcomm.c +++ b/src/psmcomm.c @@ -34,8 +34,6 @@ * Arne Schwabe <schwabe@uni-paderborn.de> */ -#if defined(__FreeBSD) || defined(__NetBSD__) || defined(__OpenBSD) - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -181,5 +179,3 @@ struct SynapticsProtocolOperations psm_proto_operations = { PSMReadHwState, PSMAutoDevProbe }; - -#endif |