symbian-qemu-0.9.1-12/python-2.6.1/Modules/Setup.config.in
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 # This file is transmogrified into Setup.config by config.status.
       
     2 
       
     3 # The purpose of this file is to conditionally enable certain modules
       
     4 # based on configure-time options.
       
     5 
       
     6 # Threading
       
     7 @USE_THREAD_MODULE@thread threadmodule.c
       
     8 
       
     9 # The signal module
       
    10 @USE_SIGNAL_MODULE@signal signalmodule.c
       
    11 
       
    12 # The rest of the modules previously listed in this file are built
       
    13 # by the setup.py script in Python 2.1 and later.