diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-09-05 10:27:00 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-09-05 10:27:00 (GMT) |
commit | 65898e08a7159ece9b4e655619e76479b39259ab (patch) | |
tree | 77d0ec1c90406a8265412d036500cb9184b7462d /pyconfig.h.in | |
parent | 609910c210ef7cfd0c3e6d3430315ca914954425 (diff) | |
download | cpython-65898e08a7159ece9b4e655619e76479b39259ab.zip cpython-65898e08a7159ece9b4e655619e76479b39259ab.tar.gz cpython-65898e08a7159ece9b4e655619e76479b39259ab.tar.bz2 |
Add configure-time checks for gamma and error functions.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index cb5437e..6bc9d7f 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -165,6 +165,12 @@ /* Define if you have the 'epoll' functions. */ #undef HAVE_EPOLL +/* Define to 1 if you have the `erf' function. */ +#undef HAVE_ERF + +/* Define to 1 if you have the `erfc' function. */ +#undef HAVE_ERFC + /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H @@ -231,6 +237,9 @@ /* Define to 1 if you have the `gai_strerror' function. */ #undef HAVE_GAI_STRERROR +/* Define to 1 if you have the `gamma' function. */ +#undef HAVE_GAMMA + /* Define if you have the getaddrinfo function. */ #undef HAVE_GETADDRINFO @@ -357,6 +366,9 @@ /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN +/* Define to 1 if you have the `lgamma' function. */ +#undef HAVE_LGAMMA + /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -751,6 +763,9 @@ /* Define to 1 if you have the <term.h> header file. */ #undef HAVE_TERM_H +/* Define to 1 if you have the `tgamma' function. */ +#undef HAVE_TGAMMA + /* Define to 1 if you have the <thread.h> header file. */ #undef HAVE_THREAD_H |