diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-17 23:19:37 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-07-17 23:19:37 (GMT) |
commit | b0a61d770e9d6e06964afda4ea71f7d7ea837f70 (patch) | |
tree | 90770884b853ed7b4b45ab7b195c76d38565f08a /pyconfig.h.in | |
parent | 19142281e740d8b19aadef3424ae7211a82378fd (diff) | |
download | cpython-b0a61d770e9d6e06964afda4ea71f7d7ea837f70.zip cpython-b0a61d770e9d6e06964afda4ea71f7d7ea837f70.tar.gz cpython-b0a61d770e9d6e06964afda4ea71f7d7ea837f70.tar.bz2 |
Regenerate configure script using autoconf 2.61.
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 3bfa512..a3e27ce 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -946,13 +946,13 @@ /* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG -/* The number of bytes in an off_t. */ +/* The size of `off_t', as computed by sizeof. */ #undef SIZEOF_OFF_T /* The size of `pid_t', as computed by sizeof. */ #undef SIZEOF_PID_T -/* The number of bytes in a pthread_t. */ +/* The size of `pthread_t', as computed by sizeof. */ #undef SIZEOF_PTHREAD_T /* The size of `short', as computed by sizeof. */ @@ -961,7 +961,7 @@ /* The size of `size_t', as computed by sizeof. */ #undef SIZEOF_SIZE_T -/* The number of bytes in a time_t. */ +/* The size of `time_t', as computed by sizeof. */ #undef SIZEOF_TIME_T /* The size of `uintptr_t', as computed by sizeof. */ |