File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989
9090/* Define if getpgrp() must be called as getpgrp(0)
9191 and (consequently) setpgrp() as setpgrp(0, 0). */
92- #undef GETPGRP_HAVE_ARGS
92+ #undef GETPGRP_HAVE_ARG
9393
9494/* Define this if your time.h defines altzone */
9595#undef HAVE_ALTZONE
135135/* Define if you want to use the GNU readline library */
136136#undef WITH_READLINE
137137
138+ /* Define if you have chown. */
139+ #undef HAVE_CHOWN
140+
138141/* Define if you have clock. */
139142#undef HAVE_CLOCK
140143
159162/* Define if you have getwd. */
160163#undef HAVE_GETWD
161164
165+ /* Define if you have link. */
166+ #undef HAVE_LINK
167+
162168/* Define if you have lstat. */
163169#undef HAVE_LSTAT
164170
171177/* Define if you have select. */
172178#undef HAVE_SELECT
173179
180+ /* Define if you have setgid. */
181+ #undef HAVE_SETGID
182+
174183/* Define if you have setpgid. */
175184#undef HAVE_SETPGID
176185
180189/* Define if you have setsid. */
181190#undef HAVE_SETSID
182191
192+ /* Define if you have setuid. */
193+ #undef HAVE_SETUID
194+
183195/* Define if you have setvbuf. */
184196#undef HAVE_SETVBUF
185197
You can’t perform that action at this time.
0 commit comments