ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd
[gitweb.git] / Makefile
index 02d6ea39ddb94532f1a8f0413a4e92f1eec6c3d7..90283abb770f9671e40fa87b124bcd909f2ac941 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,9 @@ all::
 #
 # Define NO_MKSTEMPS if you don't have mkstemps in the C library.
 #
+# Define NO_GECOS_IN_PWENT if you don't have pw_gecos in struct passwd
+# in the C library.
+#
 # Define NO_LIBGEN_H if you don't have libgen.h.
 #
 # Define NEEDS_LIBGEN if your libgen needs -lgen when linking