libnl 1.1
lib/defs.h
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 the address where bug reports for this package should be sent. */
00005 #define PACKAGE_BUGREPORT "tgraf@suug.ch"
00006 
00007 /* Define to the full name of this package. */
00008 #define PACKAGE_NAME "libnl"
00009 
00010 /* Define to the full name and version of this package. */
00011 #define PACKAGE_STRING "libnl 1.1"
00012 
00013 /* Define to the one symbol short name of this package. */
00014 #define PACKAGE_TARNAME "libnl"
00015 
00016 /* Define to the version of this package. */
00017 #define PACKAGE_VERSION "1.1"
00018 
00019 /* verbose errors */
00020 /* #undef VERBOSE_ERRORS */
00021 
00022 /* Define to empty if `const' does not conform to ANSI C. */
00023 /* #undef const */
00024 
00025 /* Define to `__inline__' or `__inline' if that's what the C compiler
00026    calls it, or to nothing if 'inline' is not supported under any name.  */
00027 #ifndef __cplusplus
00028 /* #undef inline */
00029 #endif