1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

It's #ifdef CONFIG_H, not #if CONFI_H

(This used to be commit 0bc9e5e5d7977113f926e3334ccff330116da565)
This commit is contained in:
Jelmer Vernooij 2003-04-15 17:05:55 +00:00
parent 7e4e1d7049
commit ea598c28ff

View File

@ -1,7 +1,7 @@
#ifndef __SPINLOCK_H__
#define __SPINLOCK_H__
#if HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif