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

Skip to content

Commit 554e96f

Browse files
committed
Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h.
1 parent 87d5e70 commit 554e96f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

config.h.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@
175175
/* Define if you have the lstat function. */
176176
#undef HAVE_LSTAT
177177

178+
/* Define if you have the mkfifo function. */
179+
#undef HAVE_MKFIFO
180+
178181
/* Define if you have the nice function. */
179182
#undef HAVE_NICE
180183

@@ -202,9 +205,15 @@
202205
/* Define if you have the setvbuf function. */
203206
#undef HAVE_SETVBUF
204207

208+
/* Define if you have the sigaction function. */
209+
#undef HAVE_SIGACTION
210+
205211
/* Define if you have the siginterrupt function. */
206212
#undef HAVE_SIGINTERRUPT
207213

214+
/* Define if you have the sigrelse function. */
215+
#undef HAVE_SIGRELSE
216+
208217
/* Define if you have the strftime function. */
209218
#undef HAVE_STRFTIME
210219

@@ -241,6 +250,9 @@
241250
/* Define if you have the <limits.h> header file. */
242251
#undef HAVE_LIMITS_H
243252

253+
/* Define if you have the <ncurses.h> header file. */
254+
#undef HAVE_NCURSES_H
255+
244256
/* Define if you have the <ndir.h> header file. */
245257
#undef HAVE_NDIR_H
246258

0 commit comments

Comments
 (0)