home *** CD-ROM | disk | FTP | other *** search
- /* $Id: ImConfig.h.in,v 1.1.1.1 1998/08/18 13:08:00 sjoerd Exp $
- *
- * The Python Imaging Library.
- *
- * File:
- * ImConfig.h.in -- ImConfig.h template for the imaging core library
- *
- * Copyright (c) Fredrik Lundh 1995. All rights reserved.
- */
-
- /* Define to empty if the keyword does not work. */
- #undef const
-
- /* Define as __inline if that's what the C compiler calls it. */
- #undef inline
-
- /* Define if you have ANSI prototypes. */
- #undef HAVE_PROTOTYPES
-
- /* Define if you have the ANSI C header files. */
- #undef STDC_HEADERS
-
- /* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
- #undef WORDS_BIGENDIAN
-
- /* The number of bytes in a char. */
- #undef SIZEOF_CHAR
-
- /* The number of bytes in a double. */
- #undef SIZEOF_DOUBLE
-
- /* The number of bytes in a float. */
- #undef SIZEOF_FLOAT
-
- /* The number of bytes in a int. */
- #undef SIZEOF_INT
-
- /* The number of bytes in a long. */
- #undef SIZEOF_LONG
-
- /* The number of bytes in a short. */
- #undef SIZEOF_SHORT
-
- /* Define if you have the IJG jpeg library (-ljpeg). */
- #undef HAVE_LIBJPEG
-
- /* Define if you have the Greg Ward's mpeg library (-lmpeg). */
- #undef HAVE_LIBMPEG
-
- /* Define if you have the zlib compression library (-lz). */
- #undef HAVE_LIBZ
-