Skip to content

Commit

Permalink
-added some missing #include "config.h" directives
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.resiprocate.org/rep/resiprocate/main@9650 ddefafc4-47db-0310-ae44-fa13212b10f2
  • Loading branch information
sgodin committed May 3, 2012
1 parent aa81c15 commit 6b725c4
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 1 deletion.
4 changes: 4 additions & 0 deletions reTurn/AsyncTcpSocketBase.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <boost/bind.hpp>

#include "AsyncTcpSocketBase.hxx"
Expand Down
4 changes: 4 additions & 0 deletions reTurn/client/TurnTcpSocket.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "TurnTcpSocket.hxx"
#include <boost/bind.hpp>
#include <rutil/Logger.hxx>
Expand Down
4 changes: 4 additions & 0 deletions reTurn/client/TurnUdpSocket.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "TurnUdpSocket.hxx"
#include <boost/bind.hpp>

Expand Down
4 changes: 4 additions & 0 deletions reflow/Flow.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <asio.hpp>
#include <boost/function.hpp>
#include <rutil/Log.hxx>
Expand Down
4 changes: 4 additions & 0 deletions reflow/Flow.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#if !defined(Flow_hxx)
#define Flow_hxx

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <map>
#include <rutil/TimeLimitFifo.hxx>
#include <rutil/Mutex.hxx>
Expand Down
4 changes: 4 additions & 0 deletions reflow/FlowDtlsSocketContext.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL
#include <rutil/Log.hxx>
#include <rutil/Logger.hxx>
Expand Down
4 changes: 4 additions & 0 deletions reflow/FlowDtlsSocketContext.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#if !defined(FlowDtlsSocketContext_hxx)
Expand Down
5 changes: 4 additions & 1 deletion reflow/FlowDtlsTimerContext.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#ifdef USE_SSL
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#include <boost/bind.hpp>

Expand Down
4 changes: 4 additions & 0 deletions reflow/FlowManager.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <rutil/Log.hxx>
#include <rutil/Logger.hxx>
#include <rutil/ThreadIf.hxx>
Expand Down
4 changes: 4 additions & 0 deletions reflow/FlowManager.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#if !defined(FlowManager_hxx)
#define FlowManager_hxx

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "MediaStream.hxx"
#include "FlowManagerException.hxx"

Expand Down
4 changes: 4 additions & 0 deletions reflow/MediaStream.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <rutil/Log.hxx>
#include <rutil/Logger.hxx>
#include <rutil/Timer.hxx>
Expand Down
4 changes: 4 additions & 0 deletions reflow/MediaStream.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#if !defined(MediaStream_hxx)
#define MediaStream_hxx

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <asio.hpp>
#ifdef USE_SSL
#include <asio/ssl.hpp>
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/DtlsFactory.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#include <cassert>
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/DtlsFactory.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#ifndef DtlsFactory_hxx
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/DtlsSocket.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#include <iostream>
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/DtlsSocket.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#ifndef DtlsSocket_hxx
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/DtlsTimer.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#include "DtlsTimer.hxx"
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/DtlsTimer.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#ifndef DTLS_Timer_hxx
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/bf_dwrap.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

#include <stdio.h>
Expand Down
4 changes: 4 additions & 0 deletions reflow/dtls_wrapper/bf_dwrap.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef USE_SSL

extern "C"
Expand Down

0 comments on commit 6b725c4

Please sign in to comment.