|
215 | 215 | /* Define if you have the clock function. */ |
216 | 216 | #undef HAVE_CLOCK |
217 | 217 |
|
| 218 | +/* Define if you have the confstr function. */ |
| 219 | +#undef HAVE_CONFSTR |
| 220 | + |
218 | 221 | /* Define if you have the ctermid function. */ |
219 | 222 | #undef HAVE_CTERMID |
220 | 223 |
|
|
239 | 242 | /* Define if you have the fork function. */ |
240 | 243 | #undef HAVE_FORK |
241 | 244 |
|
| 245 | +/* Define if you have the fpathconf function. */ |
| 246 | +#undef HAVE_FPATHCONF |
| 247 | + |
242 | 248 | /* Define if you have the fseek64 function. */ |
243 | 249 | #undef HAVE_FSEEK64 |
244 | 250 |
|
|
266 | 272 | /* Define if you have the getcwd function. */ |
267 | 273 | #undef HAVE_GETCWD |
268 | 274 |
|
269 | | -/* Define if you have the getpeername function. */ |
270 | | -#undef HAVE_GETPEERNAME |
271 | | - |
272 | 275 | /* Define if you have the getgroups function. */ |
273 | 276 | #undef HAVE_GETGROUPS |
274 | 277 |
|
275 | 278 | /* Define if you have the getlogin function. */ |
276 | 279 | #undef HAVE_GETLOGIN |
277 | 280 |
|
278 | | -/* Define if you have the getlogin_r function. */ |
279 | | -#undef HAVE_GETLOGIN_R |
| 281 | +/* Define if you have the getpeername function. */ |
| 282 | +#undef HAVE_GETPEERNAME |
280 | 283 |
|
281 | 284 | /* Define if you have the getpgrp function. */ |
282 | 285 | #undef HAVE_GETPGRP |
|
293 | 296 | /* Define if you have the getwd function. */ |
294 | 297 | #undef HAVE_GETWD |
295 | 298 |
|
296 | | -/* Define if you have the fpathconf function. */ |
297 | | -#undef HAVE_FPATHCONF |
298 | | - |
299 | | -/* Define if you have the pathconf function. */ |
300 | | -#undef HAVE_PATHCONF |
301 | | - |
302 | | -/* Define if you have the confstr function. */ |
303 | | -#undef HAVE_CONFSTR |
304 | | - |
305 | | -/* Define if you have the sysconf function. */ |
306 | | -#undef HAVE_SYSCONF |
307 | | - |
308 | 299 | /* Define if you have the hypot function. */ |
309 | 300 | #undef HAVE_HYPOT |
310 | 301 |
|
|
329 | 320 | /* Define if you have the nice function. */ |
330 | 321 | #undef HAVE_NICE |
331 | 322 |
|
| 323 | +/* Define if you have the pathconf function. */ |
| 324 | +#undef HAVE_PATHCONF |
| 325 | + |
332 | 326 | /* Define if you have the pause function. */ |
333 | 327 | #undef HAVE_PAUSE |
334 | 328 |
|
|
395 | 389 | /* Define if you have the symlink function. */ |
396 | 390 | #undef HAVE_SYMLINK |
397 | 391 |
|
| 392 | +/* Define if you have the sysconf function. */ |
| 393 | +#undef HAVE_SYSCONF |
| 394 | + |
398 | 395 | /* Define if you have the tcgetpgrp function. */ |
399 | 396 | #undef HAVE_TCGETPGRP |
400 | 397 |
|
|
0 commit comments