X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=f52d84b89f25c04685be163077af5f1a3abf06e4;hb=8784e4dddeb16a89dd19bfb879788b8df0aac1f5;hp=db72c45f31c7166a46702e973404bd8a73b0652b;hpb=ce5e95383d2aab5c5a4886c2d5b47e8f1d1989b9;p=git.git diff --git a/Makefile b/Makefile index db72c45f3..f52d84b89 100644 --- a/Makefile +++ b/Makefile @@ -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