summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-12-14 21:11:47 (GMT)
committerFred Drake <fdrake@acm.org>1999-12-14 21:11:47 (GMT)
commitf581db15a38a7f4a75f295069a5ea4c1c89a6144 (patch)
treeb56632dbb0b267e3ab59d5b27196eb0fefd666d8 /config.h.in
parent3bb3e5773b74ef50cf00053a2b3f638c65c0ed23 (diff)
downloadcpython-f581db15a38a7f4a75f295069a5ea4c1c89a6144.zip
cpython-f581db15a38a7f4a75f295069a5ea4c1c89a6144.tar.gz
cpython-f581db15a38a7f4a75f295069a5ea4c1c89a6144.tar.bz2
Remove test for getlogin_r(); the interface is not clearly defined, at
least on Solaris (sometimes it's Unix98, sometimes it conforms to an early draft). Properly generate config.h.in using autoheader instead of editing it manually; thanks, Guido!
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in31
1 files changed, 14 insertions, 17 deletions
diff --git a/config.h.in b/config.h.in
index 8996e32..af50df0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -215,6 +215,9 @@
/* Define if you have the clock function. */
#undef HAVE_CLOCK
+/* Define if you have the confstr function. */
+#undef HAVE_CONFSTR
+
/* Define if you have the ctermid function. */
#undef HAVE_CTERMID
@@ -239,6 +242,9 @@
/* Define if you have the fork function. */
#undef HAVE_FORK
+/* Define if you have the fpathconf function. */
+#undef HAVE_FPATHCONF
+
/* Define if you have the fseek64 function. */
#undef HAVE_FSEEK64
@@ -266,17 +272,14 @@
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
-/* Define if you have the getpeername function. */
-#undef HAVE_GETPEERNAME
-
/* Define if you have the getgroups function. */
#undef HAVE_GETGROUPS
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
-/* Define if you have the getlogin_r function. */
-#undef HAVE_GETLOGIN_R
+/* Define if you have the getpeername function. */
+#undef HAVE_GETPEERNAME
/* Define if you have the getpgrp function. */
#undef HAVE_GETPGRP
@@ -293,18 +296,6 @@
/* Define if you have the getwd function. */
#undef HAVE_GETWD
-/* Define if you have the fpathconf function. */
-#undef HAVE_FPATHCONF
-
-/* Define if you have the pathconf function. */
-#undef HAVE_PATHCONF
-
-/* Define if you have the confstr function. */
-#undef HAVE_CONFSTR
-
-/* Define if you have the sysconf function. */
-#undef HAVE_SYSCONF
-
/* Define if you have the hypot function. */
#undef HAVE_HYPOT
@@ -329,6 +320,9 @@
/* Define if you have the nice function. */
#undef HAVE_NICE
+/* Define if you have the pathconf function. */
+#undef HAVE_PATHCONF
+
/* Define if you have the pause function. */
#undef HAVE_PAUSE
@@ -395,6 +389,9 @@
/* Define if you have the symlink function. */
#undef HAVE_SYMLINK
+/* Define if you have the sysconf function. */
+#undef HAVE_SYSCONF
+
/* Define if you have the tcgetpgrp function. */
#undef HAVE_TCGETPGRP