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

Skip to content

Commit 0be3e49

Browse files
committed
The usual effects of a new configure.in
1 parent 0b82fe7 commit 0be3e49

2 files changed

Lines changed: 153 additions & 93 deletions

File tree

config.h.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,15 @@
163163
/* Define if you have the dup2 function. */
164164
#undef HAVE_DUP2
165165

166+
/* Define if you have the execv function. */
167+
#undef HAVE_EXECV
168+
166169
/* Define if you have the flock function. */
167170
#undef HAVE_FLOCK
168171

172+
/* Define if you have the fork function. */
173+
#undef HAVE_FORK
174+
169175
/* Define if you have the ftime function. */
170176
#undef HAVE_FTIME
171177

@@ -196,6 +202,9 @@
196202
/* Define if you have the hypot function. */
197203
#undef HAVE_HYPOT
198204

205+
/* Define if you have the kill function. */
206+
#undef HAVE_KILL
207+
199208
/* Define if you have the link function. */
200209
#undef HAVE_LINK
201210

0 commit comments

Comments
 (0)