summaryrefslogtreecommitdiffstats
path: root/source/tdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-15 17:05:55 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-15 17:05:55 +0000
commit0bc9e5e5d7977113f926e3334ccff330116da565 (patch)
tree80c2d9a73e9b248efd96d86c862f397a58d96882 /source/tdb
parent9ef6f917f964e6b514fb95e4da75a57cbad6a233 (diff)
downloadsamba-0bc9e5e5d7977113f926e3334ccff330116da565.tar.gz
samba-0bc9e5e5d7977113f926e3334ccff330116da565.tar.xz
samba-0bc9e5e5d7977113f926e3334ccff330116da565.zip
It's #ifdef CONFIG_H, not #if CONFI_H
Diffstat (limited to 'source/tdb')
-rw-r--r--source/tdb/spinlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tdb/spinlock.h b/source/tdb/spinlock.h
index d6a2ac6eb88..8b0e833ff56 100644
--- a/source/tdb/spinlock.h
+++ b/source/tdb/spinlock.h
@@ -1,7 +1,7 @@
#ifndef __SPINLOCK_H__
#define __SPINLOCK_H__
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include <config.h>
#endif