[Pcsclite-cvs-commit] PCSC/win32 win32_config.h,1.2,1.3

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Sun, 07 Sep 2003 19:34:44 +0200


Update of /cvsroot/pcsclite/PCSC/win32
In directory quantz:/tmp/cvs-serv30235/win32

Modified Files:
	win32_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: win32_config.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/win32/win32_config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- win32_config.h	6 May 2002 23:01:24 -0000	1.2
+++ win32_config.h	7 Sep 2003 17:34:42 -0000	1.3
@@ -15,42 +15,6 @@
 /* Version number of package */
 #define VERSION "1.0.2.cvs"
 
-/* Linux */
-#define PCSC_TARGET_LINUX 1
-
-/* Linux */
-#define MSC_TARGET_LINUX 1
-
-/* BSD */
-/* #undef PCSC_TARGET_BSD */
-
-/* BSD */
-/* #undef MSC_TARGET_BSD */
-
-/* OSX */
-/* #undef PCSC_TARGET_OSX */
-
-/* OSX */
-/* #undef MSC_TARGET_OSX */
-
-/* Solaris */
-/* #undef PCSC_TARGET_SOLARIS */
-
-/* Solaris */
-/* #undef MSC_TARGET_SOLARIS */
-
-/* HP-UX */
-/* #undef PCSC_TARGET_HPUX */
-
-/* HP-UX */
-/* #undef MSC_TARGET_HPUX */
-
-/* TRU64 */
-/* #undef PCSC_TARGET_TRU64 */
-
-/* TRU64 */
-/* #undef MSC_TARGET_TRU64 */
-
 /* Define to the necessary symbol if this constant
                            uses a non-standard name on your system. */
 /* #undef PTHREAD_CREATE_JOINABLE */