1dnl $Id: m4.seealso,v 10.81 2004/11/03 17:40:06 bostic Exp $
2
3dnl ###################################################################
4dnl DbEnv
5dnl ###################################################################
6define(m4_seealso, [dnl
7m4_hl
8m4_header(Class)
9ifelse($1, DbEnv, [dnl
10m4_ref(DbEnv)
11m4_header(See Also)
12m4_link(_m4_api/env_list, [Database Environments and Related Methods])],
13$1, Db, [dnl
14m4_ref(Db)
15m4_header(See Also)
16m4_link(_m4_api/db_list, [Databases and Related Methods])],
17$1, Dbc, [dnl
18m4_ref(Dbc)
19m4_header(See Also)
20m4_link(_m4_api/dbc_list, [Database Cursors and Related Methods])],
21$1, DbLock, [dnl
22m4_ref(DbEnv), m4_ref(DbLock)
23m4_header(See Also)
24m4_link(_m4_api/lock_list, [Locking Subsystem and Related Methods])],
25$1, DbLog, [dnl
26m4_ref(DbEnv), m4_ref(DbLogc), m4_ref(DbLsn)
27m4_header(See Also)
28m4_link(_m4_api/log_list, [Logging Subsystem and Related Methods])],
29$1, DbMpool, [dnl
30m4_ref(DbEnv), m4_ref(DbMpoolFile)
31m4_header(See Also)
32m4_link(_m4_api/memp_list, [Memory Pools and Related Methods])],
33$1, DbSequence, [dnl
34m4_ref(DbSequence)
35m4_header(See Also)
36m4_link(_m4_api/seq_list, [Sequences and Related Methods])],
37$1, Replication, [dnl
38m4_ref(DbEnv)
39m4_header(See Also)
40m4_link(_m4_api/rep_list, [Replication and Related Methods])],
41$1, DbTxn, [dnl
42m4_ref(DbEnv), m4_ref(DbTxn)
43m4_header(See Also)
44m4_link(_m4_api/txn_list, [Transaction Subsystem and Related Methods])])])
45
46dnl ###################################################################
47dnl Run-time configuration
48dnl ###################################################################
49define(m4_rtc_seealso, [dnl
50pushdef([M4PAGELOCAL],)
51m4_header(See Also)
52m4_link(M4RELDIR/ref/program/runtime, [Run-time configuration])])
53