]> granicus.if.org Git - python/commitdiff
Added HAVE_ macros for getpeername, getpid, setvbuf.
authorGuido van Rossum <guido@python.org>
Tue, 6 May 1997 15:58:18 +0000 (15:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 May 1997 15:58:18 +0000 (15:58 +0000)
PC/config.h

index 0247cef37e0ad631267ef7064d7c2b31dd7cfcdd..0d18d4bafc0e901d7835a3aee6d962c1997c0830 100644 (file)
@@ -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 */