ARTS  2.3.1285(git:92a29ea9-dirty)
config_global.h
Go to the documentation of this file.
1 /* Copyright (C) 2012
2  Oliver Lemke <olemke@core-dump.info>
3 
4  This program is free software; you can redistribute it and/or modify it
5  under the terms of the GNU General Public License as published by the
6  Free Software Foundation; either version 2, or (at your option) any
7  later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; if not, write to the Free Software
16  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17  USA. */
18 
19 #ifndef config_global_h
20 #define config_global_h
21 
22 #if HAVE_CONFIG_H
23 // This header is generated by the configure script.
24 #include <config.h>
25 #elif HAVE_CONFIG_XCODE_H // OLE: Only here for experimenting with Xcode
26 #include "config_xcode.h"
27 #else
28 #error "Please run ./configure in the top arts directory before compiling."
29 #endif
30 
31 #endif /* config_global_h */
32