[Python-checkins] CVS: python/dist/src config.h.in,2.50,2.51

Guido van Rossum guido@cnri.reston.va.us
Mon, 20 Dec 1999 16:26:01 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src

Modified Files:
	config.h.in 
Log Message:
Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).

This is part of a set of patches by Greg Stein.


Index: config.h.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/config.h.in,v
retrieving revision 2.50
retrieving revision 2.51
diff -C2 -r2.50 -r2.51
*** config.h.in	1999/12/16 17:49:27	2.50
--- config.h.in	1999/12/20 21:25:59	2.51
***************
*** 198,201 ****
--- 198,204 ----
  #undef HAVE_LARGEFILE_SUPPORT
  
+ /* Defined when any dynamic module loading is enabled */
+ #undef HAVE_DYNAMIC_LOADING
+ 
  /* The number of bytes in a int.  */
  #undef SIZEOF_INT