aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
blob: de0b5dfba27d6e1fec2a45693cd85407b36808a7 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* Name of package */
#cmakedefine PACKAGE "${PROJECT_NAME}"

/* Version number of package */
#cmakedefine VERSION "${PROJECT_VERSION}"

#cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
#cmakedefine DATADIR "${DATADIR}"
#cmakedefine LIBDIR "${LIBDIR}"
#cmakedefine PLUGINDIR "${PLUGINDIR}"
#cmakedefine SYSCONFDIR "${SYSCONFDIR}"
#cmakedefine BINARYDIR "${BINARYDIR}"
#cmakedefine SOURCEDIR "${SOURCEDIR}"

/************************** HEADER FILES *************************/

#cmakedefine HAVE_SYS_TYPES_H 1
#cmakedefine HAVE_PWD_H 1
#cmakedefine HAVE_SHADOW_H 1
#cmakedefine HAVE_GRP_H 1
#cmakedefine HAVE_NSS_H 1
#cmakedefine HAVE_NSS_COMMON_H 1

/*************************** FUNCTIONS ***************************/

/* Define to 1 if you have the `getpwnam_r' function. */
#cmakedefine HAVE_GETPWNAM_R 1

/* Define to 1 if you have the `getpwuid_r' function. */
#cmakedefine HAVE_GETPWUID_R 1

/* Define to 1 if you have the `getpwent_r' function. */
#cmakedefine HAVE_GETPWENT_R 1

/* Define to 1 if you have the `setspent' function. */
#cmakedefine HAVE_SETSPENT 1

/* Define to 1 if you have the `getspnam' function. */
#cmakedefine HAVE_GETSPNAM 1

/* Define to 1 if you have the `getgrnam_r' function. */
#cmakedefine HAVE_GETGRNAM_R 1

/* Define to 1 if you have the `getgrgid_r' function. */
#cmakedefine HAVE_GETGRGID_R 1

/* Define to 1 if you have the `getgrent_r' function. */
#cmakedefine HAVE_GETGRENT_R 1

/* Define to 1 if you have the `getgrouplist' function. */
#cmakedefine HAVE_GETGROUPLIST 1

/* Define to 1 if you have the `gethostbyaddr_r' function. */
#cmakedefine HAVE_GETHOSTBYADDR_R 1

/* Define to 1 if you have the `gethostbyname_r' function. */
#cmakedefine HAVE_GETHOSTBYNAME_R 1

/* Define to 1 if you have the `gethostbyname2' function. */
#cmakedefine HAVE_GETHOSTBYNAME2 1

#cmakedefine HAVE_GETPROGNAME 1
#cmakedefine HAVE_GETEXECNAME 1

#cmakedefine HAVE___POSIX_GETPWNAM_R 1
#cmakedefine HAVE___POSIX_GETPWUID_R 1

#cmakedefine HAVE___POSIX_GETGRGID_R 1
#cmakedefine HAVE___POSIX_GETGRNAM_R 1

/*************************** LIBRARIES ***************************/

#cmakedefine HAVE_LIBNSL 1
#cmakedefine HAVE_LIBSOCKET 1

/**************************** OPTIONS ****************************/

#cmakedefine HAVE_SOLARIS_GETPWENT_R 1
#cmakedefine HAVE_SOLARIS_GETPWNAM_R 1
#cmakedefine HAVE_SOLARIS_GETPWUID_R 1
#cmakedefine HAVE_SOLARIS_GETGRENT_R 1
#cmakedefine HAVE_SOLARIS_GETGRNAM_R 1
#cmakedefine HAVE_SOLARIS_GETGRGID_R 1
#cmakedefine HAVE_SOLARIS_SETHOSTENT 1
#cmakedefine HAVE_SOLARIS_ENDHOSTENT 1
#cmakedefine HAVE_SOLARIS_GETHOSTNAME 1
#cmakedefine HAVE_BSD_SETGRENT 1
#cmakedefine HAVE_LINUX_GETNAMEINFO 1
#cmakedefine HAVE_LINUX_GETNAMEINFO_UNSIGNED 1
#cmakedefine HAVE_GETADDRINFO_SETS_CANONNAME_FOR_IPADDRESSES 1
#cmakedefine HAVE_GETADDRINFO_USES_EAI_SERVICE 1
#cmakedefine HAVE_NONNULL_GETHOSTENT 1

#cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1
#cmakedefine HAVE_STRUCT_PASSWD_PW_CLASS 1
#cmakedefine HAVE_STRUCT_PASSWD_PW_CHANGE 1
#cmakedefine HAVE_STRUCT_PASSWD_PW_EXPIRE 1

#cmakedefine HAVE_IPV6 1

#cmakedefine HAVE_ATTRIBUTE_PRINTF_FORMAT 1
#cmakedefine HAVE_CONSTRUCTOR_ATTRIBUTE 1
#cmakedefine HAVE_DESTRUCTOR_ATTRIBUTE 1

/*************************** ENDIAN *****************************/

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#cmakedefine WORDS_BIGENDIAN 1