Switch to unified view

a/libupnpp/config.h.in b/libupnpp/config.h.in
...
...
31
#undef HAVE_SYS_TYPES_H
31
#undef HAVE_SYS_TYPES_H
32
32
33
/* Define to 1 if you have the <unistd.h> header file. */
33
/* Define to 1 if you have the <unistd.h> header file. */
34
#undef HAVE_UNISTD_H
34
#undef HAVE_UNISTD_H
35
35
36
/* Define to 1 if you have the `UpnpSetLogLevel' function. */
37
#undef HAVE_UPNPSETLOGLEVEL
38
36
/* Define to the sub-directory in which libtool stores uninstalled libraries.
39
/* Define to the sub-directory in which libtool stores uninstalled libraries.
37
   */
40
   */
38
#undef LT_OBJDIR
41
#undef LT_OBJDIR
39
42
40
/* Define to the address where bug reports for this package should be sent. */
43
/* Define to the address where bug reports for this package should be sent. */
...
...
55
/* Define to the version of this package. */
58
/* Define to the version of this package. */
56
#undef PACKAGE_VERSION
59
#undef PACKAGE_VERSION
57
60
58
/* Define to 1 if you have the ANSI C header files. */
61
/* Define to 1 if you have the ANSI C header files. */
59
#undef STDC_HEADERS
62
#undef STDC_HEADERS
63
64
/* File Offset size */
65
#undef _FILE_OFFSET_BITS
66
67
/* Large files support */
68
#undef _LARGE_FILE_SOURCE
69
70
/* Define to `long int' if <sys/types.h> does not define. */
71
#undef off_t
72
73
/* Define to `unsigned int' if <sys/types.h> does not define. */
74
#undef size_t