Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
WIC_CFLAGS = @WIC_CFLAGS@
WIC_LIBS = @WIC_LIBS@
WINHTTP_CFLAGS = @WINHTTP_CFLAGS@
WINHTTP_LIBS = @WINHTTP_LIBS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
Expand Down
21 changes: 21 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,18 @@
/* Define to 1 if you have the 'm' library (-lm). */
#undef HAVE_LIBM

/* Define to 1 if you have the 'ole32' library (-lole32). */
#undef HAVE_LIBOLE32

/* whether libpng is available */
#undef HAVE_LIBPNG

/* Define to 1 if you have the 'windowscodecs' library (-lwindowscodecs). */
#undef HAVE_LIBWINDOWSCODECS

/* Define to 1 if you have the 'winhttp' library (-lwinhttp). */
#undef HAVE_LIBWINHTTP

/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

Expand Down Expand Up @@ -302,6 +311,18 @@
/* Define to 1 if the system has the `deprecated' variable attribute */
#undef HAVE_VAR_ATTRIBUTE_DEPRECATED

/* whether Windows Imaging Component (WIC) is available */
#undef HAVE_WIC

/* Define to 1 if you have the <wincodec.h> header file. */
#undef HAVE_WINCODEC_H

/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H

/* whether WinHTTP is available */
#undef HAVE_WINHTTP

/* Define to 1 if the system has the type '_Bool'. */
#undef HAVE__BOOL

Expand Down
Loading