/* $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 /* define if "__func__" is available */ #undef HAVE_FUNC /* debug mode */ #undef DEBUGMODE #undef HAVE_KDE2 #undef HAVE_KDE3 /* define generation of KDE */ #undef KDE_GENERATION #undef HAVE_KDE /* short name of the operating system (like "linux") */ #undef OS_SHORTNAME /* operating system type ("posix" or "windows") */ #undef OS_TYPE /* full name of the operating system (like "i586-pc-linux") */ #undef OS_NAME /* only defined if target is BeOS */ #undef OS_BEOS /* only defined if target is Linux */ #undef OS_LINUX /* only defined if target is OpenBSD */ #undef OS_OPENBSD /* only defined if target is FreeBSD */ #undef OS_FREEBSD /* only defined if target is Windows */ #undef OS_WIN32 #undef HAVE_QT2 #undef HAVE_QT3 #undef HAVE_QT /* define generation of QT */ #undef QT_GENERATION /* define if openssl is available */ #undef HAVE_OPENSSL