summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-06 15:58:18 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-06 15:58:18 (GMT)
commitc339753fb351071534d2602ba80a0b49f7819bd5 (patch)
tree77692135b50e6da50599ac10f4d0c3f9dcdbc677 /PC
parent478e718acaed0e11f7be491187bf142ed551d98d (diff)
downloadcpython-c339753fb351071534d2602ba80a0b49f7819bd5.zip
cpython-c339753fb351071534d2602ba80a0b49f7819bd5.tar.gz
cpython-c339753fb351071534d2602ba80a0b49f7819bd5.tar.bz2
Added HAVE_ macros for getpeername, getpid, setvbuf.
Diffstat (limited to 'PC')
-rw-r--r--PC/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/PC/config.h b/PC/config.h
index 0247cef..0d18d4b 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -330,13 +330,13 @@ typedef int pid_t;
#define HAVE_FTIME
/* Define if you have getpeername. */
-/* #undef HAVE_GETPEERNAME */
+#define HAVE_GETPEERNAME
/* Define if you have getpgrp. */
/* #undef HAVE_GETPGRP */
/* Define if you have getpid. */
-/* #undef HAVE_GETPID */
+#define HAVE_GETPID
/* Define if you have gettimeofday. */
/* #undef HAVE_GETTIMEOFDAY */
@@ -365,6 +365,9 @@ typedef int pid_t;
/* Define if you have setsid. */
/* #undef HAVE_SETSID */
+/* Define if you have setvbuf. */
+#define HAVE_SETVBUF
+
/* Define if you have siginterrupt. */
/* #undef HAVE_SIGINTERRUPT */