Switch to unified view

a/libupnpp/conf_post.h b/libupnpp/conf_post.h
...
...
18
/* conf_post: manual part included by auto-generated config.h. Avoid
18
/* conf_post: manual part included by auto-generated config.h. Avoid
19
 * being clobbered by autoheader, and undefine some problematic
19
 * being clobbered by autoheader, and undefine some problematic
20
 * symbols.
20
 * symbols.
21
 */
21
 */
22
22
23
#if defined(_WIN32) && !defined(CONFIG_WINDOWS_INCLUDED)
24
#error Need to copy the windows-specific config.h
25
#endif
26
23
// Get rid of macro names which could conflict with other package's
27
// Get rid of macro names which could conflict with other package's
24
#if defined(LIBUPNPP_NEED_PACKAGE_VERSION) && \
28
#if defined(LIBUPNPP_NEED_PACKAGE_VERSION) && \
25
    !defined(LIBUPNPP_PACKAGE_VERSION_DEFINED)
29
    !defined(LIBUPNPP_PACKAGE_VERSION_DEFINED)
26
#define LIBUPNPP_PACKAGE_VERSION_DEFINED
30
#define LIBUPNPP_PACKAGE_VERSION_DEFINED
27
static const char *LIBUPNPP_PACKAGE_VERSION = PACKAGE_VERSION;
31
static const char *LIBUPNPP_PACKAGE_VERSION = PACKAGE_VERSION;