/* (c) 2003 by Michal Cihar */

/*
 * This is just wrapper for config.h to allow same path in headers for source
 * tree and installation.
 */

#ifndef GAMMU_CONFIG_INCLUDED
#  include "../cfg/config.h"
#  define GAMMU_CONFIG_INCLUDED
#endif

/* How should editor hadle tabs in this file? Add editor commands here.
 * vim: noexpandtab sw=8 ts=8 sts=8:
 */