]> git.sur5r.net Git - openldap/blob - include/ac/sysexits.h
Add reference to slappasswd(8)
[openldap] / include / ac / sysexits.h
1 /* Generic sysexits */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms are permitted only
8  * as authorized by the OpenLDAP Public License.  A copy of this
9  * license is available at http://www.OpenLDAP.org/license.html or
10  * in file LICENSE in the top-level directory of the distribution.
11  */
12 #ifndef _AC_SYSEXITS_H_
13 #define _AC_SYSEXITS_H_
14
15 #ifdef HAVE_SYSEXITS_H
16 #       include <sysexits.h>
17 #else
18 #       include <sysexits-compat.h>
19 #endif
20
21 #endif /* _AC_SYSEXITS_H_ */