home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Extensions / Imaging / libImaging / ImConfig.h.in < prev    next >
Encoding:
Text File  |  2000-06-23  |  1.3 KB  |  53 lines

  1. /* $Id: ImConfig.h.in,v 1.1.1.1 1998/08/18 13:08:00 sjoerd Exp $
  2.  *
  3.  * The Python Imaging Library.
  4.  *
  5.  * File:
  6.  *    ImConfig.h.in -- ImConfig.h template for the imaging core library
  7.  *
  8.  * Copyright (c) Fredrik Lundh 1995.  All rights reserved.
  9.  */
  10.  
  11. /* Define to empty if the keyword does not work.  */
  12. #undef const
  13.  
  14. /* Define as __inline if that's what the C compiler calls it.  */
  15. #undef inline
  16.  
  17. /* Define if you have ANSI prototypes.  */
  18. #undef HAVE_PROTOTYPES
  19.  
  20. /* Define if you have the ANSI C header files.  */
  21. #undef STDC_HEADERS
  22.  
  23. /* Define if your processor stores words with the most significant
  24.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  25. #undef WORDS_BIGENDIAN
  26.  
  27. /* The number of bytes in a char.  */
  28. #undef SIZEOF_CHAR
  29.  
  30. /* The number of bytes in a double.  */
  31. #undef SIZEOF_DOUBLE
  32.  
  33. /* The number of bytes in a float.  */
  34. #undef SIZEOF_FLOAT
  35.  
  36. /* The number of bytes in a int.  */
  37. #undef SIZEOF_INT
  38.  
  39. /* The number of bytes in a long.  */
  40. #undef SIZEOF_LONG
  41.  
  42. /* The number of bytes in a short.  */
  43. #undef SIZEOF_SHORT
  44.  
  45. /* Define if you have the IJG jpeg library (-ljpeg).  */
  46. #undef HAVE_LIBJPEG
  47.  
  48. /* Define if you have the Greg Ward's mpeg library (-lmpeg).  */
  49. #undef HAVE_LIBMPEG
  50.  
  51. /* Define if you have the zlib compression library (-lz).  */
  52. #undef HAVE_LIBZ
  53.