Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b82fe7 commit 0be3e49Copy full SHA for 0be3e49
2 files changed
config.h.in
@@ -163,9 +163,15 @@
163
/* Define if you have the dup2 function. */
164
#undef HAVE_DUP2
165
166
+/* Define if you have the execv function. */
167
+#undef HAVE_EXECV
168
+
169
/* Define if you have the flock function. */
170
#undef HAVE_FLOCK
171
172
+/* Define if you have the fork function. */
173
+#undef HAVE_FORK
174
175
/* Define if you have the ftime function. */
176
#undef HAVE_FTIME
177
@@ -196,6 +202,9 @@
196
202
/* Define if you have the hypot function. */
197
203
#undef HAVE_HYPOT
198
204
205
+/* Define if you have the kill function. */
206
+#undef HAVE_KILL
207
199
208
/* Define if you have the link function. */
200
209
#undef HAVE_LINK
201
210
0 commit comments