author | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 May 2011 17:32:19 +0000 (10:32 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 May 2011 17:32:19 +0000 (10:32 -0700) |
* rg/no-gecos-in-pwent:
ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd
Conflicts:
Makefile
ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd
Conflicts:
Makefile
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
ident.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
index db72c45f31c7166a46702e973404bd8a73b0652b,90283abb770f9671e40fa87b124bcd909f2ac941..f52d84b89f25c04685be163077af5f1a3abf06e4
+++ b/Makefile
#
# Define NO_MKSTEMPS if you don't have mkstemps in the C library.
#
+# Define NO_STRTOK_R if you don't have strtok_r in the C library.
+#
+# Define NO_FNMATCH if you don't have fnmatch in the C library.
+#
+# Define NO_FNMATCH_CASEFOLD if your fnmatch function doesn't have the
+# FNM_CASEFOLD GNU extension.
+#
+ # 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
diff --cc ident.c
Simple merge