]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
new versions derived from new acconfig.h and new configure.in
authorGuido van Rossum <guido@python.org>
Thu, 23 Jun 1994 12:45:20 +0000 (12:45 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Jun 1994 12:45:20 +0000 (12:45 +0000)
config.h.in

index 76691acdc073c8cfd2eb5ae43d904a7856b3235f..aab770a7f779265e8470fb40b0e2fdde9a9242a8 100644 (file)
@@ -89,7 +89,7 @@
 
 /* Define if getpgrp() must be called as getpgrp(0)
    and (consequently) setpgrp() as setpgrp(0, 0). */
-#undef GETPGRP_HAVE_ARGS
+#undef GETPGRP_HAVE_ARG
 
 /* Define this if your time.h defines altzone */
 #undef HAVE_ALTZONE
 /* Define if you want to use the GNU readline library */
 #undef WITH_READLINE
 
+/* Define if you have chown.  */
+#undef HAVE_CHOWN
+
 /* Define if you have clock.  */
 #undef HAVE_CLOCK
 
 /* Define if you have getwd.  */
 #undef HAVE_GETWD
 
+/* Define if you have link.  */
+#undef HAVE_LINK
+
 /* Define if you have lstat.  */
 #undef HAVE_LSTAT
 
 /* Define if you have select.  */
 #undef HAVE_SELECT
 
+/* Define if you have setgid.  */
+#undef HAVE_SETGID
+
 /* Define if you have setpgid.  */
 #undef HAVE_SETPGID
 
 /* Define if you have setsid.  */
 #undef HAVE_SETSID
 
+/* Define if you have setuid.  */
+#undef HAVE_SETUID
+
 /* Define if you have setvbuf.  */
 #undef HAVE_SETVBUF