diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-24 06:33:08 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-24 06:33:08 (GMT) |
commit | 791bfda2b364ec91e5affab2fc0a60ac1701f392 (patch) | |
tree | 686873e043a38e6326b17d07d7f641d31df4fd99 /config.h.in | |
parent | c547b46c067656b39c564a84a2979ec985e7b869 (diff) | |
download | cpython-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 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b5c495f..f945535 100644 --- a/config.h.in +++ b/config.h.in @@ -509,6 +509,9 @@ /* Define if you have the sigrelse function. */ #undef HAVE_SIGRELSE +/* Define if you have the snprintf function. */ +#undef HAVE_SNPRINTF + /* Define if you have the statvfs function. */ #undef HAVE_STATVFS |