configure.ac: if neither boost nor tr1 is available, die right away.
[wvstreams.git] / uniconf / unigenhack_s.cc
blobc14b1af7888df504713cd3d89d1ae01825d05ad3
1 /*
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4 *
5 * A file that, if you link to it, will ensure that you get the various
6 * standard UniConf generators linked into your application. This is
7 * important if you use static linking and construction via monikers, as
8 * otherwise the linker will try to be smart and leave out the not-
9 * directly-referenced files.
11 * See also unigenhack.cc.
13 #include "wvlinkerhack.h"
15 WV_LINK(UniGenHack);
17 WV_LINK_TO(UniIniGen);
18 WV_LINK_TO(UniListGen);
19 WV_LINK_TO(UniDefGen);
20 WV_LINK_TO(UniClientGen);
21 WV_LINK_TO(UniAutoGen);
22 WV_LINK_TO(UniCacheGen);
23 WV_LINK_TO(UniNullGen);
24 WV_LINK_TO(UniPermGen);
25 WV_LINK_TO(UniReadOnlyGen);
26 WV_LINK_TO(UniReplicateGen);
27 WV_LINK_TO(UniRetryGen);
28 WV_LINK_TO(UniSecureGen);
29 WV_LINK_TO(UniSubtreeGen);
30 WV_LINK_TO(UniUnwrapGen);
32 #ifdef _WIN32
33 WV_LINK_TO(UniPStoreGen);
34 WV_LINK_TO(UniRegistryGen);
35 #endif