Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f60076

Browse files
committed
new versions derived from new acconfig.h and new configure.in
1 parent 0039f51 commit 2f60076

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

config.h.in

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
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
@@ -135,6 +135,9 @@
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

@@ -159,6 +162,9 @@
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

@@ -171,6 +177,9 @@
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

@@ -180,6 +189,9 @@
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

0 commit comments

Comments
 (0)