/* $Id: acconfig.h.in,v 1.6 2003/02/17 04:17:45 aquamaniac Exp $ */ /* author of this package (that is me, Martin Preuss) */ #undef AUTHOR /* path and name of the global client configuration file */ #undef CHIPCARDC_CFGFILE /* path and name of the global server configuration file */ #undef CHIPCARDD_CFGFILE /* path of the command files */ #undef CHIPCARD_COMMANDS /* path of the driver description files */ #undef CHIPCARD_DRIVERS /* path of the pid file for chipcardd */ #undef CHIPCARDD_PIDDIR /* name of the pid file for chipcardd */ #undef CHIPCARDD_PIDFILE /* path of the log file for chipcardd */ #undef CHIPCARDD_LOGDIR /* name of the log file for chipcardd */ #undef CHIPCARDD_LOGFILE /* define if openssl is available */ #undef CT_USE_ENCRYPTION /* Define if you need the GNU extensions to compile */ #undef _GNU_SOURCE /* define if PC/SC is available */ #undef USE_PCSC /* name of the library to load for PCSC support */ #undef WINSCARD_LIB /* only for windows, to allow building a DLL */ #undef BUILDING_CHIPCARD_DLL