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