X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=libraries%2Fliblutil%2Flockf.c;h=33cc2463f048e5b705e59ffb57a24b80a62bbdb1;hb=70792ad7a9fa962c98580f3a4c2a71d0aee982c0;hp=b808e6abdb7d58c04cd99cc204a73109108e198c;hpb=da6d9eb0463255782f3fa70c61fd958d94c048cf;p=openldap diff --git a/libraries/liblutil/lockf.c b/libraries/liblutil/lockf.c index b808e6abdb..33cc2463f0 100644 --- a/libraries/liblutil/lockf.c +++ b/libraries/liblutil/lockf.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2007 The OpenLDAP Foundation. + * Copyright 1998-2010 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,12 +33,12 @@ #undef LOCK_API -#if HAVE_LOCKF && defined(F_LOCK) +#if defined(HAVE_LOCKF) && defined(F_LOCK) # define USE_LOCKF 1 # define LOCK_API "lockf" #endif -#if !defined(LOCK_API) && HAVE_FCNTL +#if !defined(LOCK_API) && defined(HAVE_FCNTL) # ifdef HAVE_FCNTL_H # include # endif @@ -48,8 +48,8 @@ # endif #endif -#if !defined(LOCK_API) && HAVE_FLOCK -# if HAVE_SYS_FILE_H +#if !defined(LOCK_API) && defined(HAVE_FLOCK) +# ifdef HAVE_SYS_FILE_H # include # endif # define USE_FLOCK 1