|
a/windows/config_windows.h |
|
b/windows/config_windows.h |
|
... |
|
... |
67 |
|
67 |
|
68 |
/* Define to the full name of this package. */
|
68 |
/* Define to the full name of this package. */
|
69 |
#define PACKAGE_NAME "libupnpp"
|
69 |
#define PACKAGE_NAME "libupnpp"
|
70 |
|
70 |
|
71 |
/* Define to the full name and version of this package. */
|
71 |
/* Define to the full name and version of this package. */
|
72 |
#define PACKAGE_STRING "libupnpp 0.15.2"
|
72 |
#define PACKAGE_STRING "libupnpp 0.16.1"
|
73 |
|
73 |
|
74 |
/* Define to the one symbol short name of this package. */
|
74 |
/* Define to the one symbol short name of this package. */
|
75 |
#define PACKAGE_TARNAME "libupnpp"
|
75 |
#define PACKAGE_TARNAME "libupnpp"
|
76 |
|
76 |
|
77 |
/* Define to the home page for this package. */
|
77 |
/* Define to the home page for this package. */
|
78 |
#define PACKAGE_URL "http://www.lesbonscomptes.com/upmpdcli"
|
78 |
#define PACKAGE_URL "http://www.lesbonscomptes.com/upmpdcli"
|
79 |
|
79 |
|
80 |
/* Define to the version of this package. */
|
80 |
/* Define to the version of this package. */
|
81 |
#define PACKAGE_VERSION "0.15.2"
|
81 |
#define PACKAGE_VERSION "0.16.1"
|
82 |
|
82 |
|
83 |
/* Define to 1 if you have the ANSI C header files. */
|
83 |
/* Define to 1 if you have the ANSI C header files. */
|
84 |
#define STDC_HEADERS 1
|
84 |
#define STDC_HEADERS 1
|
85 |
|
85 |
|
86 |
/* File Offset size */
|
86 |
/* File Offset size */
|
|
... |
|
... |
93 |
/* #undef off_t */
|
93 |
/* #undef off_t */
|
94 |
|
94 |
|
95 |
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
95 |
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
96 |
/* #undef size_t */
|
96 |
/* #undef size_t */
|
97 |
|
97 |
|
|
|
98 |
#define CONFIG_WINDOWS_INCLUDED 1
|
|
|
99 |
|
98 |
#include "libupnpp/conf_post.h"
|
100 |
#include "libupnpp/conf_post.h"
|