diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index cab9bf5..9c3ca53 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -461,6 +461,9 @@ /* Define if you have the 'socketpair' function. */ #undef HAVE_SOCKETPAIR +/* Define if your compiler provides ssize_t */ +#undef HAVE_SSIZE_T + /* Define to 1 if you have the `statvfs' function. */ #undef HAVE_STATVFS @@ -769,6 +772,9 @@ /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT +/* The size of a `size_t', as computed by sizeof. */ +#undef SIZEOF_SIZE_T + /* The number of bytes in a time_t. */ #undef SIZEOF_TIME_T |