Switch to unified view

a/libupnpp/config.h b/libupnpp/config.h
...
...
57
57
58
/* Define to 1 if you have the <unistd.h> header file. */
58
/* Define to 1 if you have the <unistd.h> header file. */
59
#define HAVE_UNISTD_H 1
59
#define HAVE_UNISTD_H 1
60
60
61
/* Define to 1 if you have the `UpnpSetLogLevel' function. */
61
/* Define to 1 if you have the `UpnpSetLogLevel' function. */
62
#define HAVE_UPNPSETLOGLEVEL 1
62
#undef HAVE_UPNPSETLOGLEVEL
63
63
64
/* Define to the sub-directory in which libtool stores uninstalled libraries.
64
/* Define to the sub-directory in which libtool stores uninstalled libraries.
65
   */
65
   */
66
#define LT_OBJDIR ".libs/"
66
#define LT_OBJDIR ".libs/"
67
67