]> git.sur5r.net Git - openldap/blob - include/ac/setproctitle.h
Update with latest from -devel.
[openldap] / include / ac / setproctitle.h
1 /* Generic setproctitle.h */
2
3 #ifndef _AC_SETPROCTITLE_H
4 #define _AC_SETPROCTITLE_H
5
6 #ifdef LDAP_PROCTITLE
7
8 #if defined( HAVE_LIBUTIL_H )
9 #       include <libutil.h>
10 #else
11         /* use lutil version */
12         void setproctitle LDAP_P((const char *fmt, ...));
13         extern int Argc;
14         extern char **Argv;
15 #endif
16
17 #endif /* LDAP_PROCTITLE */
18 #endif /* _AC_SETPROCTITLE_H */