summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-21 20:41:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-21 20:41:28 (GMT)
commitd584368dec1fd74e7bc1a72dec2d50172aa1278e (patch)
tree1b122009d6a9839d002bbd41bec5d86a70883905 /pyconfig.h.in
parentfec326269163f2c27e8bb89bea264495fe337918 (diff)
downloadcpython-d584368dec1fd74e7bc1a72dec2d50172aa1278e.zip
cpython-d584368dec1fd74e7bc1a72dec2d50172aa1278e.tar.gz
cpython-d584368dec1fd74e7bc1a72dec2d50172aa1278e.tar.bz2
Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups
prototypes explicitly.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 19a0ab2..b71ecb2 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -59,7 +59,7 @@
/* Define to 1 if you have the `ctermid' function. */
#undef HAVE_CTERMID
-/* Define to 1 if you have the `ctermid_r' function. */
+/* Define if you have the 'ctermid_r' function. */
#undef HAVE_CTERMID_R
/* Define to 1 if you have the device macros. */
@@ -348,7 +348,7 @@
/* Define to 1 if you have the `setgid' function. */
#undef HAVE_SETGID
-/* Define to 1 if you have the `setgroups' function. */
+/* Define if you have the 'setgroups' function. */
#undef HAVE_SETGROUPS
/* Define to 1 if you have the `setlocale' function. */