mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove acconfig.h.
This commit is contained in:
parent
0b6964b569
commit
0036cbae58
4 changed files with 10 additions and 41 deletions
|
@ -2084,6 +2084,8 @@ then
|
|||
enable_unicode="ucs2"
|
||||
fi
|
||||
|
||||
AH_TEMPLATE(Py_UNICODE_SIZE,
|
||||
[Define as the size of the unicode type.])
|
||||
case "$enable_unicode" in
|
||||
ucs2) unicode_size="2"
|
||||
AC_DEFINE(Py_UNICODE_SIZE,2)
|
||||
|
@ -2095,6 +2097,7 @@ esac
|
|||
|
||||
AH_TEMPLATE(PY_UNICODE_TYPE,
|
||||
[Define as the integral type used for Unicode representation.])
|
||||
|
||||
AC_SUBST(UNICODE_OBJS)
|
||||
if test "$enable_unicode" = "no"
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue