aqbanking  5.7.8
system.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Mar 01 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * Please see toplevel file COPYING for license details *
11  ***************************************************************************/
12 
13 
14 #ifndef AQBANKING_SYSTEM_H
15 #define AQBANKING_SYSTEM_H
16 
17 #define AQBANKING_SYS_IS_WINDOWS 0
18 #define AQBANKING_SYSTEM "linux"
19 
20 
21 #endif
22