/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* $Id: acconfig.h.in,v 1.6 2003/02/17 04:17:45 aquamaniac Exp $ */ /* author of this package (that is me, Martin Preuss) */ #define AUTHOR "Martin Preuss" /* path and name of the global client configuration file */ #define CHIPCARDC_CFGFILE "/etc/chipcardc.conf" /* path and name of the global server configuration file */ #define CHIPCARDD_CFGFILE "/etc/chipcardd.conf" /* path of the command files */ #define CHIPCARD_COMMANDS "/share/libchipcard/commands" /* path of the driver description files */ #define CHIPCARD_DRIVERS "/share/libchipcard/drivers" /* path of the pid file for chipcardd */ #define CHIPCARDD_PIDDIR "/var/run" /* name of the pid file for chipcardd */ #define CHIPCARDD_PIDFILE "chipcardd.pid" /* path of the log file for chipcardd */ #define CHIPCARDD_LOGDIR "/var/log" /* name of the log file for chipcardd */ #define CHIPCARDD_LOGFILE "chipcardd.log" /* define if openssl is available */ #define CT_USE_ENCRYPTION 1 /* 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 */ #define WINSCARD_LIB "libpcsclite.so.0" /* only for windows, to allow building a DLL */ /* #undef BUILDING_CHIPCARD_DLL */ /* define if "__func__" is available */ #define HAVE_FUNC 1 /* debug mode */ #define DEBUGMODE 0 /* #undef HAVE_KDE2 */ /* #undef HAVE_KDE3 */ /* define generation of KDE */ /* #undef KDE_GENERATION */ /* #undef HAVE_KDE */ /* short name of the operating system (like "linux") */ #define OS_SHORTNAME "unknown" /* operating system type ("posix" or "windows") */ #define OS_TYPE "posix" /* full name of the operating system (like "i586-pc-linux") */ #define OS_NAME "i386-unknown-gnu" /* 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 */ #define HAVE_OPENSSL 1 /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the `chmod' function. */ #define HAVE_CHMOD 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if you have the `getpid' function. */ #define HAVE_GETPID 1 /* if gettext is available */ #define HAVE_GETTEXT_ENVIRONMENT 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_LIBINTL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `random' function. */ #define HAVE_RANDOM 1 /* Define to 1 if you have the `sigaction' function. */ #define HAVE_SIGACTION 1 /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the `time' function. */ #define HAVE_TIME 1 /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `wait' function. */ #define HAVE_WAIT 1 /* Path for locales */ #define I18N_PATH "/share/locale" /* Name of package */ #define PACKAGE "libchipcard" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "0.9.1" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */