Staging
v0.5.1
https://github.com/python/cpython
Revision bdba3b6d72810df9ed7600cb5ea469e4199595ce authored by Martin v. Löwis on 11 February 2006, 15:55:22 UTC, committed by Martin v. Löwis on 11 February 2006, 15:55:22 UTC
1 parent 2fec8b9
Raw File
Tip revision: bdba3b6d72810df9ed7600cb5ea469e4199595ce authored by Martin v. Löwis on 11 February 2006, 15:55:22 UTC
Patch #428494: Prefer linking against ncursesw over ncurses library
Tip revision: bdba3b6
Setup.config.in
# This file is transmogrified into Setup.config by config.status.

# The purpose of this file is to conditionally enable certain modules
# based on configure-time options.

# Threading
@USE_THREAD_MODULE@thread threadmodule.c

# The signal module
@USE_SIGNAL_MODULE@signal signalmodule.c

# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1 and later.
back to top