From: Howard Chu Date: Thu, 3 Jan 2002 00:14:37 +0000 (+0000) Subject: Replaced by ldap_queue.h X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~333 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95c5d0c6e94b3d1175eb5ab6ca14590db5ee2e2b;p=openldap Replaced by ldap_queue.h --- diff --git a/include/ac/queue.h b/include/ac/queue.h deleted file mode 100644 index 1cd19e031d..0000000000 --- a/include/ac/queue.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Generic queue.h */ -/* $OpenLDAP$ */ -/* - * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted only as authorized by the OpenLDAP - * Public License. A copy of this license is available at - * http://www.OpenLDAP.org/license.html or in file LICENSE in the - * top-level directory of the distribution. - */ - -#ifndef _AC_CRYPT_H -#define _AC_CRYPT_H - -#if HAVE_SYS_QUEUE_H -# include -#else -# include -#endif - -#endif /* _AC_CRYPT_H */