diff options
| author | Michael Forney <mforney@mforney.org> | 2017-06-05 21:43:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-06-05 21:45:55 -0700 |
| commit | 2c56f5451f1738098adb7bd4309da0be5f9a6dde (patch) | |
| tree | 14424c982bc63c39fe42ab67a5d73fc5041c381f /pkg/libnl/defs.h | |
| parent | 905fd09117d4c9dbe7118e2c1a268520e60185b9 (diff) | |
libnl: Update to 3.3.0
Diffstat (limited to 'pkg/libnl/defs.h')
| -rw-r--r-- | pkg/libnl/defs.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/libnl/defs.h b/pkg/libnl/defs.h index 0aa7b895..efd3a934 100644 --- a/pkg/libnl/defs.h +++ b/pkg/libnl/defs.h @@ -1,7 +1,6 @@ #include <config-posix.h> /* #undef DISABLE_PTHREADS */ -#define HAVE_LIBM 1 #define HAVE_LIBPTHREAD 1 #define HAVE_MEMORY_H 1 #define LT_OBJDIR ".libs/" @@ -9,11 +8,11 @@ #define PACKAGE "libnl" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "libnl" -#define PACKAGE_STRING "libnl 3.2.29" +#define PACKAGE_STRING "libnl 3.3.0" #define PACKAGE_TARNAME "libnl" #define PACKAGE_URL "http://www.infradead.org/~tgr/libnl/" -#define PACKAGE_VERSION "3.2.29" -#define VERSION "3.2.29" +#define PACKAGE_VERSION "3.3.0" +#define VERSION "3.3.0" /* #undef const */ #ifndef __cplusplus /* #undef inline */ |
