]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - libs/libzrtp/third_party/bnlib/lbn00.c
[mod_http_cache] Fix leaking curl handle in http_get()
[thirdparty/freeswitch.git] / libs / libzrtp / third_party / bnlib / lbn00.c
1 /*
2 * Copyright (c) 1995 Colin Plumb. All rights reserved.
3 * For licensing and other legal details, see the file legal.c.
4 *
5 * lbn00.c - auto-size-detecting lbn??.c file.
6 *
7 * Written in 1995 by Colin Plumb.
8 */
9
10 #include "bnsize00.h"
11
12 #if BNSIZE64
13
14 /* Include all of the C source file by reference */
15 #include "lbn64.c"
16
17 #elif BNSIZE32
18
19 /* Include all of the C source file by reference */
20 #include "lbn32.c"
21
22 #else /* BNSIZE16 */
23
24 /* Include all of the C source file by reference */
25 #include "lbn16.c"
26
27 #endif