aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/config.hxx
blob: 935f0bca1525843776830066a91e8d42fe4a5427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : libcommon/common/config.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef LIBCOMMON_COMMON_CONFIG_HXX
#define LIBCOMMON_COMMON_CONFIG_HXX

#ifdef HAVE_CONFIG_VC_H
#  include <common/config-vc.h>
#else
#  include <common/config.h>
#endif

#endif // LIBCOMMON_COMMON_CONFIG_HXX