summaryrefslogtreecommitdiff
path: root/jconfig_api.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'jconfig_api.h.in')
-rw-r--r--jconfig_api.h.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/jconfig_api.h.in b/jconfig_api.h.in
new file mode 100644
index 0000000..2d5d22e
--- /dev/null
+++ b/jconfig_api.h.in
@@ -0,0 +1,37 @@
+/* IJG JPEG Library Configuration Header */
+
+/* Characters are unsigned */
+#undef CHAR_IS_UNSIGNED
+
+/* Compiler supports function prototypes. */
+#undef HAVE_PROTOTYPES
+
+/* Define to 1 if you have the <stddef.h> header file. */
+#undef HAVE_STDDEF_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Compiler supports 'unsigned char'. */
+#undef HAVE_UNSIGNED_CHAR
+
+/* Compiler supports 'unsigned short'. */
+#undef HAVE_UNSIGNED_SHORT
+
+/* Compiler does not support pointers to unspecified structures. */
+#undef INCOMPLETE_TYPES_BROKEN
+
+/* Compiler has <strings.h> rather than standard <string.h>. */
+#undef NEED_BSD_STRINGS
+
+/* Linker requires that global names be unique in first 15 characters. */
+#undef NEED_SHORT_EXTERNAL_NAMES
+
+/* Need to include <sys/types.h> in order to obtain size_t. */
+#undef NEED_SYS_TYPES_H
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define 'void' as 'char' for archaic compilers that don't understand it. */
+#undef void