Skip to content
Snippets Groups Projects
Commit 5879caea authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[ConfigParser] Protect the #include "config.h" by #if HAVE_CONFIG_H

[[Imported from SVN: r6011]]
parent 5f3d8d64
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#include <config.h>
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <iostream>
#include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment