From ef07127b3014742550b15cb163b595bafeebafb5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 15 Mar 2003 06:31:23 +0000 Subject: strictly, you can't #if on somthing that may or may not be defined. Andrew Bartlett (This used to be commit 49bae0227323e811cb71ada24928d24f7dc56d1f) --- source3/tdb/spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/tdb') diff --git a/source3/tdb/spinlock.h b/source3/tdb/spinlock.h index d6a2ac6eb8..8b0e833ff5 100644 --- a/source3/tdb/spinlock.h +++ b/source3/tdb/spinlock.h @@ -1,7 +1,7 @@ #ifndef __SPINLOCK_H__ #define __SPINLOCK_H__ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif -- cgit