From ec78980cb02009c6bc329f04fc1d77da3ebdf638 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 21 Apr 2005 10:33:17 +0000 Subject: removed some #ifdef's BSD because we can do the same on RedHat, too... --- stringbuf.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'stringbuf.c') diff --git a/stringbuf.c b/stringbuf.c index 12bb02d6..21f487d5 100755 --- a/stringbuf.c +++ b/stringbuf.c @@ -37,16 +37,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef __FreeBSD__ -#define BSD -#endif - - -#ifdef BSD #include -#else -#include -#endif #include #include #include "liblogging-stub.h" -- cgit