diff options
author | Tomas Carnecky <tom@dbservice.com> | 2012-07-10 02:03:02 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-09 23:28:36 -0700 |
commit | b8c9ab0fea0be299d9f48ac0c4ed0474104a7556 (patch) | |
tree | b74ada85deed0b049c0ef52277dbc818e25431e7 /mi | |
parent | bf61bf69b2b4f9e9993ca771de100079c7696bea (diff) |
Move RECORD from external module to built-in
Rather than languishing in its own special module, move RECORD into the
core server.
Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miinitext.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index 6c1a055f8..9c93fc57a 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -400,6 +400,9 @@ static ExtensionModule staticExtensions[] = { #ifdef DBE {DbeExtensionInit, "DOUBLE-BUFFER", &noDbeExtension, NULL}, #endif +#ifdef XRECORD + {RecordExtensionInit, "RECORD", &noTestExtensions, NULL}, +#endif }; /*ARGSUSED*/ void |