head 1.3; access; symbols; locks mouse:1.3; strict; comment @ * @; 1.3 date 2010.02.23.23.15.47; author mouse; state Exp; branches; next 1.2; 1.2 date 2010.02.18.03.11.54; author mouse; state Exp; branches; next 1.1; 1.1 date 2010.02.16.16.08.02; author mouse; state Exp; branches; next ; desc @exts.c @ 1.3 log @Add support for SHAPE. @ text @#include "ext.h" #include "structs.h" extern EXTDEF extdef_big_requests; extern EXTDEF extdef_shape; EXTDEF *exts[] = { &extdef_big_requests, &extdef_shape }; int n_exts = sizeof(exts) / sizeof(exts[0]); @ 1.2 log @Add BIG-REQUESTS support. Builds, but, until I find a way to deliberately do huge requests, untested. @ text @d5 1 d8 3 a10 2 = { &extdef_big_requests }; int n_exts = 1; @ 1.1 log @Initial revision @ text @d4 5 a8 2 EXTDEF *exts[1]; int n_exts = 0; @