summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/config.h
blob: f48bb386231dd3a902b0307c6938b3670fb5b81d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* (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:
 */