src: Add getpwent_r().
[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
21 /*************************** FUNCTIONS ***************************/
22
23 /* Define to 1 if you have the `getpwnam_r' function. */
24 #cmakedefine HAVE_GETPWNAM_R 1
25
26 /* Define to 1 if you have the `getpwuid_r' function. */
27 #cmakedefine HAVE_GETPWUID_R 1
28
29 /* Define to 1 if you have the `getpwent_r' function. */
30 #cmakedefine HAVE_GETPWENT_R 1
31
32 /* Define to 1 if you have the `getgrnam_r' function. */
33 #cmakedefine HAVE_GETGRNAM_R 1
34
35 /* Define to 1 if you have the `getgrgid_r' function. */
36 #cmakedefine HAVE_GETGRGID_R 1
37
38 /* Define to 1 if you have the `getgrent_r' function. */
39 #cmakedefine HAVE_GETGRENT_R 1
40
41 /* Define to 1 if you have the `getgrouplist' function. */
42 #cmakedefine HAVE_GETGROUPLIST 1
43
44 /*************************** LIBRARIES ***************************/
45
46
47 /**************************** OPTIONS ****************************/
48
49 #cmakedefine SOLARIS_GETPWENT_R 1
50
51 /*************************** ENDIAN *****************************/
52
53 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
54    significant byte first (like Motorola and SPARC, unlike Intel). */
55 #cmakedefine WORDS_BIGENDIAN 1