[Python-checkins] python/dist/src configure,1.295,1.296 configure.in,1.305,1.306 pyconfig.h.in,1.27,1.28 acconfig.h,1.62,NONE

loewis@sourceforge.net loewis@sourceforge.net
Fri, 12 Apr 2002 02:58:47 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv19296

Modified Files:
	configure configure.in pyconfig.h.in 
Removed Files:
	acconfig.h 
Log Message:
Remove acconfig.h.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.295
retrieving revision 1.296
diff -C2 -d -r1.295 -r1.296
*** configure	12 Apr 2002 09:54:01 -0000	1.295
--- configure	12 Apr 2002 09:58:43 -0000	1.296
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.304 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.305 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 14948,14951 ****
--- 14948,14953 ----
  fi
  
+ 
+ 
  case "$enable_unicode" in
  ucs2) unicode_size="2"
***************
*** 14962,14965 ****
--- 14964,14968 ----
        ;;
  esac
+ 
  
  

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.305
retrieving revision 1.306
diff -C2 -d -r1.305 -r1.306
*** configure.in	12 Apr 2002 09:54:03 -0000	1.305
--- configure.in	12 Apr 2002 09:58:45 -0000	1.306
***************
*** 2085,2088 ****
--- 2085,2090 ----
  fi
  
+ AH_TEMPLATE(Py_UNICODE_SIZE,
+   [Define as the size of the unicode type.])
  case "$enable_unicode" in
  ucs2) unicode_size="2"
***************
*** 2096,2099 ****
--- 2098,2102 ----
  AH_TEMPLATE(PY_UNICODE_TYPE,
    [Define as the integral type used for Unicode representation.])
+ 
  AC_SUBST(UNICODE_OBJS)
  if test "$enable_unicode" = "no"

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** pyconfig.h.in	12 Apr 2002 09:54:03 -0000	1.27
--- pyconfig.h.in	12 Apr 2002 09:58:45 -0000	1.28
***************
*** 1,33 ****
  /* pyconfig.h.in.  Generated from configure.in by autoheader.  */
- /* Leave this blank line here -- autoheader needs it! */
- 
- 
- /* Define this if you have gethostbyname() */
- #undef HAVE_GETHOSTBYNAME
- 
- /* Define if you have termios available */
- #undef HAVE_TERMIOS_H
- 
- /* Define as the size of the unicode type. */
- #undef Py_UNICODE_SIZE
- 
- /* sizeof(void *) */
- #undef SIZEOF_VOID_P
- 
- /* Define to `int' if <sys/types.h> doesn't define.  */
- #undef socklen_t
- 
- /* Define for SOLARIS 2.x */
- #undef SOLARIS
- 
- /* Define if you want to use BSD db. */
- #undef WITH_LIBDB
- 
- /* Define if you want to use ndbm. */
- #undef WITH_LIBNDBM
- 
- 
- /* Leave that blank line there-- autoheader needs it! */
- 
  
  /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
--- 1,3 ----
***************
*** 651,654 ****
--- 621,627 ----
  #undef Py_DEBUG
  
+ /* Define as the size of the unicode type. */
+ #undef Py_UNICODE_SIZE
+ 
  /* Define if you want to have a Unicode type. */
  #undef Py_USING_UNICODE
***************
*** 855,858 ****
  #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
  #endif
- 
  
--- 828,830 ----

--- acconfig.h DELETED ---