summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-01-23 09:27:24 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-01-23 09:27:24 (GMT)
commitc300175547ced0af17857a29462b0f9294e8c31c (patch)
treedd3704d47b76e1714599eefe77d4eec0354dd11b /pyconfig.h.in
parent4d394dfebbcf00e7eec74ee5f4c1b149b3744a91 (diff)
downloadcpython-c300175547ced0af17857a29462b0f9294e8c31c.zip
cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.gz
cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.bz2
Patch #579435: Shadow Password Support Module
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 34501f4..1ce0397 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -215,6 +215,12 @@
/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID
+/* Define to 1 if you have the `getspent' function. */
+#undef HAVE_GETSPENT
+
+/* Define to 1 if you have the `getspnam' function. */
+#undef HAVE_GETSPNAM
+
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
@@ -419,6 +425,9 @@
/* Define to 1 if you have the `setvbuf' function. */
#undef HAVE_SETVBUF
+/* Define to 1 if you have the <shadow.h> header file. */
+#undef HAVE_SHADOW_H
+
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION