cmake: Check for nss.h.
[nss_wrapper.git] / config.h.cmake
1 /* Name of package */
2 #cmakedefine PACKAGE "${APPLICATION_NAME}"
3
4 /* Version number of package */
5 #cmakedefine VERSION "${APPLICATION_VERSION}"
6
7 #cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
8 #cmakedefine DATADIR "${DATADIR}"
9 #cmakedefine LIBDIR "${LIBDIR}"
10 #cmakedefine PLUGINDIR "${PLUGINDIR}"
11 #cmakedefine SYSCONFDIR "${SYSCONFDIR}"
12 #cmakedefine BINARYDIR "${BINARYDIR}"
13 #cmakedefine SOURCEDIR "${SOURCEDIR}"
14
15 /************************** HEADER FILES *************************/
16
17 #cmakedefine HAVE_SYS_TYPES_H 1
18 #cmakedefine HAVE_PWD_H 1
19 #cmakedefine HAVE_GRP_H 1
20 #cmakedefine HAVE_NSS_H 1
21
22 /*************************** FUNCTIONS ***************************/
23
24 /* Define to 1 if you have the `getpwnam_r' function. */
25 #cmakedefine HAVE_GETPWNAM_R 1
26
27 /* Define to 1 if you have the `getpwuid_r' function. */
28 #cmakedefine HAVE_GETPWUID_R 1
29
30 /* Define to 1 if you have the `getpwent_r' function. */
31 #cmakedefine HAVE_GETPWENT_R 1
32
33 /* Define to 1 if you have the `getgrnam_r' function. */
34 #cmakedefine HAVE_GETGRNAM_R 1
35
36 /* Define to 1 if you have the `getgrgid_r' function. */
37 #cmakedefine HAVE_GETGRGID_R 1
38
39 /* Define to 1 if you have the `getgrent_r' function. */
40 #cmakedefine HAVE_GETGRENT_R 1
41
42 /* Define to 1 if you have the `getgrouplist' function. */
43 #cmakedefine HAVE_GETGROUPLIST 1
44
45 /*************************** LIBRARIES ***************************/
46
47
48 /**************************** OPTIONS ****************************/
49
50 #cmakedefine SOLARIS_GETPWENT_R 1
51 #cmakedefine SOLARIS_GETGRENT_R 1
52
53 #cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1
54 #cmakedefine HAVE_IPV6 1
55
56 /*************************** ENDIAN *****************************/
57
58 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
59    significant byte first (like Motorola and SPARC, unlike Intel). */
60 #cmakedefine WORDS_BIGENDIAN 1