Renaming config.h to bro-config.h.

A couple times now I had this conflicting with files of the same name
in other projects.
This commit is contained in:
Robin Sommer 2015-07-28 11:57:04 -07:00
parent 30bb17ea8d
commit 3957091e1b
119 changed files with 119 additions and 344 deletions

View file

@ -5,7 +5,7 @@
#ifndef LOGGING_WRITER_SQLITE_H
#define LOGGING_WRITER_SQLITE_H
#include "config.h"
#include "bro-config.h"
#include "logging/WriterBackend.h"
#include "threading/formatters/Ascii.h"