[Python-checkins] CVS: python/dist/src acconfig.h,1.25,1.26

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


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

Modified Files:
	acconfig.h 
Log Message:
Define HAVE_DYNAMIC_LOADING.

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


Index: acconfig.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/acconfig.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** acconfig.h	1999/12/16 17:49:02	1.25
--- acconfig.h	1999/12/20 21:24:37	1.26
***************
*** 143,146 ****
--- 143,149 ----
  #undef HAVE_LARGEFILE_SUPPORT
  
+ /* Defined when any dynamic module loading is enabled */
+ #undef HAVE_DYNAMIC_LOADING
+ 
  
  /* Leave that blank line there-- autoheader needs it! */