[Pcsclite-cvs-commit] PCSC/pbx config.h,1.6,1.7
aet-guest@quantz.debian.org
aet-guest@quantz.debian.org
Sun, 07 Sep 2003 19:34:44 +0200
- Previous message: [Pcsclite-cvs-commit] PCSC/etc Makefile.am,1.2,1.3
- Next message: [Pcsclite-cvs-commit] PCSC/src Makefile.am,1.26,1.27 hotplug_libusb.c,1.7,1.8 pcscdaemon.c,1.29,1.30 tokenfactory.c,1.9,1.10 winscard_msg.c,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pcsclite/PCSC/pbx
In directory quantz:/tmp/cvs-serv30235/pbx
Modified Files:
config.h
Log Message:
- Remove MSC/PCSC_TARGET_XYZ defines and the massive
use of unflexible automake conditionals. The main
reason why pcsc-lite requires "too much" work when
porting to another OS. Introduced define PCSC_ARCH,
which uses 'uname' as an input. Except Darwin->MacOS.
- Removed --enable-usb
- Preliminary rewrite of src/Makefile.am, doesn't work
yet.
- Use gcc specific compiler options only if
gcc detected.
Index: config.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/pbx/config.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- config.h 16 Oct 2002 20:09:31 -0000 1.6
+++ config.h 7 Sep 2003 17:34:42 -0000 1.7
@@ -9,10 +9,6 @@
/* Version number of package */
#define VERSION "1.1.2"
-/* OSX */
-#define PCSC_TARGET_OSX 1
-#define MSC_TARGET_OSX 1
-
/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1
- Previous message: [Pcsclite-cvs-commit] PCSC/etc Makefile.am,1.2,1.3
- Next message: [Pcsclite-cvs-commit] PCSC/src Makefile.am,1.26,1.27 hotplug_libusb.c,1.7,1.8 pcscdaemon.c,1.29,1.30 tokenfactory.c,1.9,1.10 winscard_msg.c,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]