(UID_T_MAX, GID_T_MAX): Define them here instead.
authorJim Meyering <jim@meyering.net>
Fri, 18 Dec 1998 14:09:29 +0000 (14:09 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Dec 1998 14:09:29 +0000 (14:09 +0000)
src/sys2.h

index e197cef..d5071ec 100644 (file)
@@ -3,6 +3,14 @@
    more time, I'll merge the remaining things in system.h and everything
    in this file will go back there. */
 
+#ifndef UID_T_MAX
+# define UID_T_MAX TYPE_MAXIMUM (uid_t)
+#endif
+
+#ifndef GID_T_MAX
+# define GID_T_MAX TYPE_MAXIMUM (gid_t)
+#endif
+
 #ifndef RETSIGTYPE
 # define RETSIGTYPE void
 #endif