Chromium Code Reviews| Index: jconfigint.h.in |
| diff --git a/jconfigint.h.in b/jconfigint.h.in |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..940424ea2d681148dcfdec0633384064e2e78843 |
| --- /dev/null |
| +++ b/jconfigint.h.in |
| @@ -0,0 +1,14 @@ |
| +/* libjpeg-turbo build number */ |
| +#undef BUILD |
| + |
| +/* How to obtain function inlining. */ |
| +#undef INLINE |
| + |
| +/* Define to the full name of this package. */ |
| +#undef PACKAGE_NAME |
| + |
| +/* Version number of package */ |
| +#undef VERSION |
| + |
| +/* The size of `size_t', as computed by sizeof. */ |
| +#undef SIZEOF_SIZE_T |