~ubuntu-branches/ubuntu/quantal/psicode/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _TMPL_H
#  include <libipv1/tmpl.h>
#endif
#ifdef LOCAL_HEADER_USED
/* #  error included two local headers */#else
#  define LOCAL_HEADER_USED
#endif
#ifndef LOCAL_STORAGE_CLASS
#  define LOCAL_STORAGE_CLASS static
#endif
#ifndef LOCAL_FUNCTION
#  define LOCAL_FUNCTION LOCAL_STORAGE_CLASS
#endif
#ifndef LOCAL_VA_FUNCTION
#  define LOCAL_VA_FUNCTION LOCAL_STORAGE_CLASS
#endif