]> granicus.if.org Git - python/commitdiff
Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h.
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 22:51:24 +0000 (22:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 22:51:24 +0000 (22:51 +0000)
config.h.in

index 0a33fbed9c627e473f529fd52813a1efd697bd2c..98ff9e68687bd1632a0c18a2c13e902b17922de8 100644 (file)
 /* 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
 
 /* 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
 
 /* Define if you have the <limits.h> header file.  */
 #undef HAVE_LIMITS_H
 
+/* Define if you have the <ncurses.h> header file.  */
+#undef HAVE_NCURSES_H
+
 /* Define if you have the <ndir.h> header file.  */
 #undef HAVE_NDIR_H