-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathacconfig.h
More file actions
39 lines (27 loc) · 759 Bytes
/
acconfig.h
File metadata and controls
39 lines (27 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#ifndef _CONFIG_H
#define _CONFIG_H
/* Generated automatically from acconfig.h by autoheader. */
/* Please make your changes there */
@TOP@
/* Define if you want to install preformatted manpages.*/
#undef MANTYPE
#undef HAVE_FLOCK
#undef HAVE_FCNTL
#undef DISABLE_SHADOW
#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
/* Define if libc defines __progname */
#undef HAVE___PROGNAME
/* Data types */
#undef HAVE_INTXX_T
#undef HAVE_U_INTXX_T
#undef HAVE_UINTXX_T
#undef HAVE_SOCKLEN_T
#undef HAVE_SIZE_T
#undef HAVE_STRUCT_SOCKADDR_STORAGE
#undef HAVE_STRUCT_ADDRINFO
#undef HAVE_STRUCT_IN6_ADDR
#undef HAVE_STRUCT_SOCKADDR_IN6
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */
#include "defines.h"
#endif /* _CONFIG_H */