X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fspinlock.h;h=38e7bcc6cdc3b2be41b312881bd746420acf5d97;hp=967fe37457fb9a69b754c3ef50fc860d729a7963;hb=HEAD;hpb=4b9bf9ae2701487191810e564aaa4672eb95130e diff --git a/pppd/spinlock.h b/pppd/spinlock.h index 967fe37..5835a4a 100644 --- a/pppd/spinlock.h +++ b/pppd/spinlock.h @@ -1,9 +1,33 @@ -#ifndef __SPINLOCK_H__ -#define __SPINLOCK_H__ +/* + Unix SMB/CIFS implementation. -#ifdef HAVE_CONFIG_H -#include -#endif + trivial database library + + Copyright (C) Anton Blanchard 2001 + + ** NOTE! The following LGPL license applies to the tdb + ** library. This does NOT imply that all of Samba is released + ** under the LGPL + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +#ifndef PPP_SPINLOCK_H +#define PPP_SPINLOCK_H + +#include "pppdconf.h" #include "tdb.h" @@ -56,4 +80,4 @@ int tdb_clear_spinlocks(TDB_CONTEXT *tdb); #endif -#endif +#endif // PPP_SPINLOCK_H