summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-24 06:33:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-07-24 06:33:08 (GMT)
commit791bfda2b364ec91e5affab2fc0a60ac1701f392 (patch)
tree686873e043a38e6326b17d07d7f641d31df4fd99 /configure.in
parentc547b46c067656b39c564a84a2979ec985e7b869 (diff)
downloadcpython-791bfda2b364ec91e5affab2fc0a60ac1701f392.zip
cpython-791bfda2b364ec91e5affab2fc0a60ac1701f392.tar.gz
cpython-791bfda2b364ec91e5affab2fc0a60ac1701f392.tar.bz2
Autocheck for snprintf, and use sprintf if it is not available.
Remove declaration of h_errno, since it is supposedly declared in netdb.h. Changes proposed by itojun.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 61aaa97..4ac7377 100644
--- a/configure.in
+++ b/configure.in
@@ -1179,7 +1179,7 @@ AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid \
- setlocale setregid setreuid setsid setpgid setuid setvbuf \
+ setlocale setregid setreuid setsid setpgid setuid setvbuf snprintf \
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
truncate uname waitpid _getpty getpriority)