aqdtaus.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: aqdtaus.h,v $
00003                              -------------------
00004     cvs         : $Id: aqdtaus.h,v 1.2 2006/01/13 13:59:57 cstim Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef AQDTAUS_AQDTAUS_H
00015 #define AQDTAUS_AQDTAUS_H
00016 
00017 #include <aqbanking/system.h>
00018 
00019 #ifdef BUILDING_AQDTAUS
00020 # /* building AqDTAUS */
00021 # if AQBANKING_SYS_IS_WINDOWS
00022 #   /* for windows */
00023 #   ifdef __declspec
00024 #     define AQDTAUS_API __declspec (dllexport)
00025 #   else /* if __declspec */
00026 #     define AQDTAUS_API
00027 #   endif /* if NOT __declspec */
00028 # else
00029 #   /* for non-win32 */
00030 #   ifdef GCC_WITH_VISIBILITY_ATTRIBUTE
00031 #     define AQDTAUS_API __attribute__((visibility("default")))
00032 #   else
00033 #     define AQDTAUS_API
00034 #   endif
00035 # endif
00036 #else
00037 # /* not building AqDTAUS */
00038 # if AQBANKING_SYS_IS_WINDOWS
00039 #   /* for windows */
00040 #   ifdef __declspec
00041 #     define AQDTAUS_API __declspec (dllimport)
00042 #   else /* if __declspec */
00043 #     define AQDTAUS_API
00044 #   endif /* if NOT __declspec */
00045 # else
00046 #   /* for non-win32 */
00047 #   define AQDTAUS_API
00048 # endif
00049 #endif
00050 
00051 
00052 #define AD_PROVIDER_NAME "aqdtaus"
00053 
00054 #define AQDTAUS_LOGDOMAIN "aqdtaus"
00055 
00056 
00057 
00058 #endif /* AQDTAUS_AQDTAUS_H */
00059 

Generated on Tue Apr 10 19:04:09 2007 for aqbanking by  doxygen 1.4.7