diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-15 17:05:55 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-15 17:05:55 +0000 |
commit | ea598c28ff12f4940a688d37ed6a84bf7afb4101 (patch) | |
tree | 045574f837d7e843450a555145a0209ce87242a1 | |
parent | 7e4e1d70497973905cae4aa5fcd86ca1aa505542 (diff) | |
download | samba-ea598c28ff12f4940a688d37ed6a84bf7afb4101.tar.gz samba-ea598c28ff12f4940a688d37ed6a84bf7afb4101.tar.bz2 samba-ea598c28ff12f4940a688d37ed6a84bf7afb4101.zip |
It's #ifdef CONFIG_H, not #if CONFI_H
(This used to be commit 0bc9e5e5d7977113f926e3334ccff330116da565)
-rw-r--r-- | source3/tdb/spinlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config.h> #endif |