summaryrefslogtreecommitdiffstats
path: root/tkimg/libjpeg/jpegtcl.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
commita780057cc1b51dd3a557549c3cf2431f09136c0d (patch)
tree717f78052c55596449b27743171d7e170c4d39a0 /tkimg/libjpeg/jpegtcl.h
parent7749430b9352c1eaf5dca7d8a89a6d35f565ef24 (diff)
downloadblt-a780057cc1b51dd3a557549c3cf2431f09136c0d.zip
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.gz
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.bz2
upgrade tkimg to 1.4.6
Diffstat (limited to 'tkimg/libjpeg/jpegtcl.h')
-rw-r--r--tkimg/libjpeg/jpegtcl.h73
1 files changed, 0 insertions, 73 deletions
diff --git a/tkimg/libjpeg/jpegtcl.h b/tkimg/libjpeg/jpegtcl.h
deleted file mode 100644
index 83ac157..0000000
--- a/tkimg/libjpeg/jpegtcl.h
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * jpegtcl.h --
- *
- * Interface to libjpeg.
- *
- * Copyright (c) 2002 Andreas Kupries <andreas_kupries@users.sourceforge.net>
- *
- * Zveno Pty Ltd makes this software and associated documentation
- * available free of charge for any purpose. You may make copies
- * of the software but you must include all of this notice on any copy.
- *
- * Zveno Pty Ltd does not warrant that this software is error free
- * or fit for any purpose. Zveno Pty Ltd disclaims any liability for
- * all claims, expenses, losses, damages and costs any user may incur
- * as a result of using, copying or modifying the software.
- *
- * $Id: jpegtcl.h,v 1.1.1.1 2016/01/25 21:20:46 joye Exp $
- *
- */
-
-#ifndef __JPEGTCL_H__
-#define __JPEGTCL_H__
-
-#include <tcl.h>
-#include <stdio.h>
-
-#define JPEGTCL_MAJOR_VERSION 8
-#define JPEGTCL_MINOR_VERSION 4
-#define JPEGTCL_RELEASE_LEVEL TCL_RELEASE
-#define JPEGTCL_RELEASE_SERIAL 0
-
-#define JPEGTCL_VERSION "8.4"
-#define JPEGTCL_PATCH_LEVEL "8.4"
-
-/*
- * Used to block the rest of this header file from resource compilers so
- * we can just get the version info.
- */
-#ifndef RC_INVOKED
-
-/* TIP 27 update. If CONST84 is not defined we are compiling against a
- * core before 8.4 and have to disable some CONST'ness.
- */
-
-#ifndef CONST84
-# define CONST84
-#endif
-
-/*
- *----------------------------------------------------------------------------
- * C API for Jpegtcl generic layer
- *----------------------------------------------------------------------------
- */
-
-/*
- *----------------------------------------------------------------------------
- * Function prototypes for publicly accessible routines
- *----------------------------------------------------------------------------
- */
-
-#include "jpegtclDecls.h"
-
-/*
- *----------------------------------------------------------------------------
- * Function prototypes for stub initialization.
- *----------------------------------------------------------------------------
- */
-
-const char *
-Jpegtcl_InitStubs(Tcl_Interp *interp, const char *version, int exact);
-
-#endif /* RC_INVOKED */
-#endif /* __JPEGTCL_H__ */