]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Modify slapd set user/group support to use -u/-g instead -U/-G.
[openldap] / include / portable.h.in
index 41703cdc0e2d555f99d69ee6c7a6a397f814f512..a7fa967975eaf0f874e4453013c06d9336f65fde 100644 (file)
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
+/* Define if you have the initgroups function.  */
+#undef HAVE_INITGROUPS
+
 /* Define if you have the lockf function.  */
 #undef HAVE_LOCKF
 
 /* Define if you have the sched_yield function.  */
 #undef HAVE_SCHED_YIELD
 
+/* Define if you have the setegid function.  */
+#undef HAVE_SETEGID
+
+/* Define if you have the seteuid function.  */
+#undef HAVE_SETEUID
+
+/* Define if you have the setgid function.  */
+#undef HAVE_SETGID
+
 /* Define if you have the setpwfile function.  */
 #undef HAVE_SETPWFILE
 
 /* Define if you have the setsid function.  */
 #undef HAVE_SETSID
 
+/* Define if you have the setuid function.  */
+#undef HAVE_SETUID
+
 /* Define if you have the signal function.  */
 #undef HAVE_SIGNAL