The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
base.h
Go to the documentation of this file.
1 #pragma once
2 /*
3  * This program is free software; you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License as published by
5  * the Free Software Foundation; either version 2 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
16  */
17 
18 /** Master include file to access all functions and structures in the library
19  *
20  * In the vast majority of cases it isn't necessary to include this file, and
21  * individual headers should be used instead.
22  *
23  * @file src/lib/util/base.h
24  *
25  * @copyright 1999-2018 The FreeRADIUS server project
26  */
27 
28 #include <freeradius-devel/build.h>
29 RCSIDH(libradius_h, "$Id: 386f95581136afb5c2b77807fbedf4a10edb9d28 $")
30 
31 #include <freeradius-devel/autoconf.h>
32 
33 #include <freeradius-devel/missing.h>
34 
35 #include <freeradius-devel/util/base64.h>
36 #include <freeradius-devel/util/conf.h>
37 #include <freeradius-devel/util/dcursor.h>
38 #include <freeradius-devel/util/debug.h>
39 #include <freeradius-devel/util/dict.h>
40 #include <freeradius-devel/util/dlist.h>
41 #include <freeradius-devel/util/dns.h>
42 #include <freeradius-devel/util/event.h>
43 #include <freeradius-devel/util/fifo.h>
44 #include <freeradius-devel/util/file.h>
45 #include <freeradius-devel/util/fopencookie.h>
46 #include <freeradius-devel/util/fring.h>
47 #include <freeradius-devel/util/hash.h>
48 #include <freeradius-devel/util/heap.h>
49 #include <freeradius-devel/util/inet.h>
50 #include <freeradius-devel/util/log.h>
51 #include <freeradius-devel/util/lsan.h>
52 #include <freeradius-devel/util/md4.h>
53 #include <freeradius-devel/util/md5.h>
54 #include <freeradius-devel/util/misc.h>
55 #include <freeradius-devel/util/net.h>
56 #include <freeradius-devel/util/packet.h>
57 #include <freeradius-devel/util/pair.h>
58 #include <freeradius-devel/util/pair_legacy.h>
59 #include <freeradius-devel/util/print.h>
60 #include <freeradius-devel/util/proto.h>
61 #include <freeradius-devel/util/rand.h>
62 #include <freeradius-devel/util/rb.h>
63 #include <freeradius-devel/util/regex.h>
64 #include <freeradius-devel/util/sha1.h>
65 #include <freeradius-devel/util/snprintf.h>
66 #include <freeradius-devel/util/socket.h>
67 #include <freeradius-devel/util/strerror.h>
68 #include <freeradius-devel/util/syserror.h>
69 #include <freeradius-devel/util/table.h>
70 #include <freeradius-devel/util/table.h>
71 #include <freeradius-devel/util/talloc.h>
72 #include <freeradius-devel/util/atexit.h>
73 #include <freeradius-devel/util/time.h>
74 #include <freeradius-devel/util/trie.h>
75 #include <freeradius-devel/util/types.h>
76 #include <freeradius-devel/util/udp.h>
77 #include <freeradius-devel/util/udpfromto.h>
78 #include <freeradius-devel/util/uint128.h>
79 #include <freeradius-devel/util/value.h>
80 #include <freeradius-devel/util/version.h>
#define RCSIDH(h, id)
Definition: build.h:445