summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_system.h')
-rw-r--r--include/librfid/rfid_system.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/librfid/rfid_system.h b/include/librfid/rfid_system.h
index 9b07cf7..7f9c1b3 100644
--- a/include/librfid/rfid_system.h
+++ b/include/librfid/rfid_system.h
@@ -1,10 +1,14 @@
/* 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