00001 /* lib/defs.h. Generated from defs.h.in by configure. */ 00002 /* lib/defs.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to 1 to disable pthreads */ 00005 /* #undef DISABLE_PTHREADS */ 00006 00007 /* Define to the address where bug reports for this package should be sent. */ 00008 #define PACKAGE_BUGREPORT "tgraf@suug.ch" 00009 00010 /* Define to the full name of this package. */ 00011 #define PACKAGE_NAME "libnl" 00012 00013 /* Define to the full name and version of this package. */ 00014 #define PACKAGE_STRING "libnl 1.1.4" 00015 00016 /* Define to the one symbol short name of this package. */ 00017 #define PACKAGE_TARNAME "libnl" 00018 00019 /* Define to the home page for this package. */ 00020 #define PACKAGE_URL "" 00021 00022 /* Define to the version of this package. */ 00023 #define PACKAGE_VERSION "1.1.4" 00024 00025 /* verbose errors */ 00026 /* #undef VERBOSE_ERRORS */ 00027 00028 /* Define to empty if `const' does not conform to ANSI C. */ 00029 /* #undef const */ 00030 00031 /* Define to `__inline__' or `__inline' if that's what the C compiler 00032 calls it, or to nothing if 'inline' is not supported under any name. */ 00033 #ifndef __cplusplus 00034 /* #undef inline */ 00035 #endif