File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file is transmogrified into Setup.config by config.status.
22
33# The purpose of this file is to conditionally enable certain modules
4- # based on configure-time options. Currently thread support, garbage
5- # collection support, and the BSD DB modules are the only modules so
6- # enabled.
7-
8- @USE_THREAD_MODULE@thread threadmodule.c
4+ # based on configure-time options.
95
106# Garbage collection enabled with --with-cycle-gc
117@USE_GC_MODULE@gc gcmodule.c
128
13- # You may want this to be built as a dynamically loaded module; uncomment
14- # the following line in that case:
9+ # Threading
10+ @USE_THREAD_MODULE@thread threadmodule.c
11+
12+ # You may want the following to be built as statically loaded modules;
13+ # comment out the *shared* line in that case:
14+
15+ *shared*
16+
17+ # Readline
18+ @USE_READLINE_MODULE@readline readline.c -lreadline -ltermcap
1519
16- #*shared*
20+ # The ncurses library, under Linux
21+ @USE_NCURSES_MODULE@_curses _cursesmodule.c -lncurses -ltermcap
1722
1823# bsddb module enabled by --with-libdb or presence of db.h
1924@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@
Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ GLHACK=-Dclear=__GLclear
120120# and you may have to change -ltermcap to -ltermlib or perhaps remove
121121# it, depending on your system -- see the GNU readline instructions.
122122# It's okay for this to be a shared library, too.
123+ #
124+ # First, look at Setup.config; configure may have set this for you.
123125
124126# readline readline.c -lreadline -ltermcap
125127
@@ -322,6 +324,8 @@ rotor rotormodule.c # enigma-inspired encryption
322324# provided by the ncurses library. e.g. on Linux, link with -lncurses
323325# instead of -lcurses; on SunOS 4.1.3, insert -I/usr/5include
324326# -L/usr/5lib before -lcurses).
327+ #
328+ # First, look at Setup.config; configure may have set this for you.
325329
326330# _curses _cursesmodule.c -lcurses -ltermcap
327331# Wrapper for the panel library that's part of ncurses and SYSV curses.
You can’t perform that action at this time.
0 commit comments