From: Guido van Rossum Date: Tue, 28 May 1996 22:51:24 +0000 (+0000) Subject: Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h. X-Git-Tag: v1.4b1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554e96fd3d5762aa0391385e93b1e66f4915ac21;p=python Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h. --- diff --git a/config.h.in b/config.h.in index 0a33fbed9c..98ff9e6868 100644 --- a/config.h.in +++ b/config.h.in @@ -175,6 +175,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the mkfifo function. */ +#undef HAVE_MKFIFO + /* Define if you have the nice function. */ #undef HAVE_NICE @@ -202,9 +205,15 @@ /* Define if you have the setvbuf function. */ #undef HAVE_SETVBUF +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + /* Define if you have the siginterrupt function. */ #undef HAVE_SIGINTERRUPT +/* Define if you have the sigrelse function. */ +#undef HAVE_SIGRELSE + /* Define if you have the strftime function. */ #undef HAVE_STRFTIME @@ -241,6 +250,9 @@ /* Define if you have the header file. */ #undef HAVE_LIMITS_H +/* Define if you have the header file. */ +#undef HAVE_NCURSES_H + /* Define if you have the header file. */ #undef HAVE_NDIR_H