diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:32:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 10:32:19 -0700 |
commit | 8784e4dddeb16a89dd19bfb879788b8df0aac1f5 (patch) | |
tree | f17a089b6ee0629b4d86566c21247b4b7f34de85 /Makefile | |
parent | ce5e95383d2aab5c5a4886c2d5b47e8f1d1989b9 (diff) | |
parent | 590e081dea7c064056941bfae28b25ce956585f5 (diff) | |
download | git-8784e4dddeb16a89dd19bfb879788b8df0aac1f5.tar.gz |
Merge branch 'rg/no-gecos-in-pwent'
* rg/no-gecos-in-pwent:
ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd
Conflicts:
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ all:: # 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 |