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

@ -1,6 +1,6 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "config.h"
#include "bro-config.h"
#include "util.h"
#include "BPF_Program.h"

View file

@ -4,7 +4,7 @@
#include <errno.h>
#include <sys/stat.h>
#include "config.h"
#include "bro-config.h"
#include "PktDumper.h"

View file

@ -3,7 +3,7 @@
#include <errno.h>
#include <sys/stat.h>
#include "config.h"
#include "bro-config.h"
#include "util.h"
#include "PktSrc.h"

View file

@ -2,7 +2,7 @@
#include <assert.h>
#include "config.h"
#include "bro-config.h"
#include "Source.h"
#include "iosource/Packet.h"