From ea598c28ff12f4940a688d37ed6a84bf7afb4101 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Apr 2003 17:05:55 +0000 Subject: It's #ifdef CONFIG_H, not #if CONFI_H (This used to be commit 0bc9e5e5d7977113f926e3334ccff330116da565) --- source3/tdb/spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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