[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


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