Changeset 933 for trunk/src/ifd


Ignore:
Timestamp:
12/19/06 21:49:51 (5 years ago)
Author:
aj
Message:

disable driver except on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/ifd-cm4000.c

    r891 r933  
    99 * Based on information from the cm4000 driver by Omnikey AG. 
    1010 */ 
     11 
     12/* only available on linux */ 
     13#ifdef linux 
    1114 
    1215#include "cardman.h" 
     
    164167        ifd_driver_register("cm4000", &cm4000_driver); 
    165168} 
     169 
     170#else 
     171 
     172/* 
     173 * Initialize this module 
     174 */ 
     175void ifd_cm4000_register(void) 
     176{ 
     177} 
     178 
     179#endif 
Note: See TracChangeset for help on using the changeset viewer.