diff options
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a7ba52a..a8da110 100644 --- a/config.h.in +++ b/config.h.in @@ -67,6 +67,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <jpeglib.h> header file. */ +#undef HAVE_JPEGLIB_H + /* Define to 1 if you have the <libdpf/libdpf.h> header file. */ #undef HAVE_LIBDPF_LIBDPF_H @@ -606,6 +609,9 @@ /* Sample driver */ #undef WITH_SAMPLE +/* SamsungSPF driver */ +#undef WITH_SAMSUNGSPF + /* serdisplib driver */ #undef WITH_SERDISPLIB |