[Python-checkins] python/dist/src acconfig.h,1.61,1.62

loewis@sourceforge.net loewis@sourceforge.net
Fri, 12 Apr 2002 02:55:30 -0700


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

Modified Files:
	acconfig.h 
Log Message:
Remove unused macros.


Index: acconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/acconfig.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** acconfig.h	12 Apr 2002 09:54:01 -0000	1.61
--- acconfig.h	12 Apr 2002 09:55:28 -0000	1.62
***************
*** 2,28 ****
  
  
- /* 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
  
  
--- 2,5 ----