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

Skip to content

Commit 89143df

Browse files
committed
Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.
1 parent 5ab8eaf commit 89143df

3 files changed

Lines changed: 127 additions & 107 deletions

File tree

config.h.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@
215215
/* Define if you have the clock function. */
216216
#undef HAVE_CLOCK
217217

218+
/* Define if you have the ctermid function. */
219+
#undef HAVE_CTERMID
220+
221+
/* Define if you have the ctermid_r function. */
222+
#undef HAVE_CTERMID_R
223+
218224
/* Define if you have the dlopen function. */
219225
#undef HAVE_DLOPEN
220226

@@ -374,12 +380,24 @@
374380
/* Define if you have the tcsetpgrp function. */
375381
#undef HAVE_TCSETPGRP
376382

383+
/* Define if you have the tempnam function. */
384+
#undef HAVE_TEMPNAM
385+
377386
/* Define if you have the timegm function. */
378387
#undef HAVE_TIMEGM
379388

380389
/* Define if you have the times function. */
381390
#undef HAVE_TIMES
382391

392+
/* Define if you have the tmpfile function. */
393+
#undef HAVE_TMPFILE
394+
395+
/* Define if you have the tmpnam function. */
396+
#undef HAVE_TMPNAM
397+
398+
/* Define if you have the tmpnam_r function. */
399+
#undef HAVE_TMPNAM_R
400+
383401
/* Define if you have the truncate function. */
384402
#undef HAVE_TRUNCATE
385403

0 commit comments

Comments
 (0)