From 6bc8adf40b86195e610f77eed99dc6cd3497936f Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 14 Oct 2006 18:53:50 +0000 Subject: redesign autoconf/automake infrastructure to support - building of CM5121 driver (and backends) optional - building of librfid for in-firmware-use git-svn-id: https://svn.gnumonks.org/trunk/librfid@1906 e0336214-984f-0b4b-a45f-81c69e1f0ede --- include/librfid/rfid_system.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') 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__ -- cgit v1.2.3