diff options
author | Guido van Rossum <guido@python.org> | 1996-12-06 21:19:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-06 21:19:16 (GMT) |
commit | ccaf3b6d11f7ea1a8e17ce99f1f6ec2f84d7f35c (patch) | |
tree | 1fc6d9677cc21a1df2059be0e0d0c6b9965f2ab2 /config.h.in | |
parent | 5dab3d815fbddd660cf6b4686352a82b39c0c851 (diff) | |
download | cpython-ccaf3b6d11f7ea1a8e17ce99f1f6ec2f84d7f35c.zip cpython-ccaf3b6d11f7ea1a8e17ce99f1f6ec2f84d7f35c.tar.gz cpython-ccaf3b6d11f7ea1a8e17ce99f1f6ec2f84d7f35c.tar.bz2 |
The usual.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 7c17b83..18e2c84 100644 --- a/config.h.in +++ b/config.h.in @@ -142,6 +142,12 @@ /* Define if you want to use the GNU readline library */ #undef WITH_READLINE +/* The number of bytes in a int. */ +#undef SIZEOF_INT + +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + /* Define if you have the chown function. */ #undef HAVE_CHOWN @@ -292,6 +298,9 @@ /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H +/* Define if you have the <sys/file.h> header file. */ +#undef HAVE_SYS_FILE_H + /* Define if you have the <sys/lock.h> header file. */ #undef HAVE_SYS_LOCK_H |