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