// file      : libcommon/common/config.hxx
// copyright : Copyright (c) 2005-2012 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