diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-24 06:24:14 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-24 06:24:14 +0200 |
| commit | 457c655231d10b7ec606f8b3a63f461fe19f098c (patch) | |
| tree | bdbdc45ed8c91b26d860357d7560451066a21e13 /src/config.h | |
| parent | enable more warnings (diff) | |
| download | cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.gz cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.bz2 cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.xz | |
change inclusion guard pattern
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index acf596c..b6e3f50 100644 --- a/src/config.h +++ b/src/config.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __CONFIG_H__ -#define __CONFIG_H__ +#ifndef CERBERUS_CONFIG_H +#define CERBERUS_CONFIG_H /** |
