summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/librfid/rfid_system.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/librfid/rfid_system.h b/include/librfid/rfid_system.h
index 7f9c1b3..9b6ffb7 100644
--- a/include/librfid/rfid_system.h
+++ b/include/librfid/rfid_system.h
@@ -1,14 +1,10 @@
/* system / environment specific defines */
/* build for openpcd firmware */
-#define LIBRFID_FIRMWARE
+//#define LIBRFID_FIRMWARE
/* build without dynamic allocations */
//#define LIBRFID_STATIC
-//
-#ifdef LIBRFID_FIRMWARE
-#define LIBRFID_STATIC
-#endif
#ifdef __LIBRFID__
personal git repositories of Harald Welte. Your mileage may vary