diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-11 13:23:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-11 13:23:45 (GMT) |
commit | c8ad7cc55e96058b20c7c46ea9c046002b6bf5b4 (patch) | |
tree | c02e236c7ad3516c0a3e9580c6814e480d934bdf /pyconfig.h.in | |
parent | eb342298dea8ec3a9c16ba61061690bcf586c5cc (diff) | |
download | cpython-c8ad7cc55e96058b20c7c46ea9c046002b6bf5b4.zip cpython-c8ad7cc55e96058b20c7c46ea9c046002b6bf5b4.tar.gz cpython-c8ad7cc55e96058b20c7c46ea9c046002b6bf5b4.tar.bz2 |
Check whether we can take the address of chown, link, and symlink.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index ce17133..c09a3ed 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -42,7 +42,7 @@ /* Define to 1 if you have the `chown' function. */ #undef HAVE_CHOWN -/* Define to 1 if you have the `chroot' function. */ +/* Define if you have the 'chroot' function. */ #undef HAVE_CHROOT /* Define to 1 if you have the `clock' function. */ @@ -235,7 +235,7 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if you have the `link' function. */ +/* Define if you have the 'link' function. */ #undef HAVE_LINK /* Define to 1 if you have the <locale.h> header file. */ @@ -444,7 +444,7 @@ `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ #undef HAVE_ST_BLOCKS -/* Define to 1 if you have the `symlink' function. */ +/* Define if you have the 'symlink' function. */ #undef HAVE_SYMLINK /* Define to 1 if you have the `sysconf' function. */ |