libnl  1.1.4
defs.h
1 /* lib/defs.h. Generated from defs.h.in by configure. */
2 /* lib/defs.h.in. Generated from configure.in by autoheader. */
3 
4 /* Define to 1 to disable pthreads */
5 /* #undef DISABLE_PTHREADS */
6 
7 /* Define to the address where bug reports for this package should be sent. */
8 #define PACKAGE_BUGREPORT "tgraf@suug.ch"
9 
10 /* Define to the full name of this package. */
11 #define PACKAGE_NAME "libnl"
12 
13 /* Define to the full name and version of this package. */
14 #define PACKAGE_STRING "libnl 1.1.4"
15 
16 /* Define to the one symbol short name of this package. */
17 #define PACKAGE_TARNAME "libnl"
18 
19 /* Define to the home page for this package. */
20 #define PACKAGE_URL ""
21 
22 /* Define to the version of this package. */
23 #define PACKAGE_VERSION "1.1.4"
24 
25 /* verbose errors */
26 #define VERBOSE_ERRORS "1"
27 
28 /* Define to empty if `const' does not conform to ANSI C. */
29 /* #undef const */
30 
31 /* Define to `__inline__' or `__inline' if that's what the C compiler
32  calls it, or to nothing if 'inline' is not supported under any name. */
33 #ifndef __cplusplus
34 /* #undef inline */
35 #endif