]>
git.saurik.com Git - wxWidgets.git/blob - src/expat/lib/macconfig.h
   1 /*================================================================ 
   2 ** Copyright 2000, Clark Cooper 
   3 ** All rights reserved. 
   5 ** This is free software. You are permitted to copy, distribute, or modify 
   6 ** it under the terms of the MIT/X license (contained in the COPYING file 
   7 ** with this distribution.) 
  15 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ 
  16 #define BYTEORDER  4321 
  18 /* Define to 1 if you have the `bcopy' function. */ 
  21 /* Define to 1 if you have the <dlfcn.h> header file. */ 
  24 /* Define to 1 if you have the <fcntl.h> header file. */ 
  27 /* Define to 1 if you have the `getpagesize' function. */ 
  28 #undef HAVE_GETPAGESIZE 
  30 /* Define to 1 if you have the <inttypes.h> header file. */ 
  31 #undef HAVE_INTTYPES_H 
  33 /* Define to 1 if you have the `memmove' function. */ 
  36 /* Define to 1 if you have the <memory.h> header file. */ 
  39 /* Define to 1 if you have a working `mmap' system call. */ 
  42 /* Define to 1 if you have the <stdint.h> header file. */ 
  45 /* Define to 1 if you have the <stdlib.h> header file. */ 
  50 /* Define to 1 if you have the <strings.h> header file. */ 
  53 /* Define to 1 if you have the <string.h> header file. */ 
  58 /* Define to 1 if you have the <sys/stat.h> header file. */ 
  59 #undef HAVE_SYS_STAT_H 
  61 /* Define to 1 if you have the <sys/types.h> header file. */ 
  62 #undef HAVE_SYS_TYPES_H 
  64 /* Define to 1 if you have the <unistd.h> header file. */ 
  67 /* Define to the address where bug reports for this package should be sent. */ 
  68 #undef PACKAGE_BUGREPORT 
  70 /* Define to the full name of this package. */ 
  73 /* Define to the full name and version of this package. */ 
  76 /* Define to the one symbol short name of this package. */ 
  77 #undef PACKAGE_TARNAME 
  79 /* Define to the version of this package. */ 
  80 #undef PACKAGE_VERSION 
  82 /* Define to 1 if you have the ANSI C header files. */ 
  87 /* whether byteorder is bigendian */ 
  88 #define WORDS_BIGENDIAN 
  90 /* Define to specify how much context to retain around the current parse 
  92 #undef XML_CONTEXT_BYTES 
  94 /* Define to make parameter entity parsing functionality available. */ 
  97 /* Define to make XML Namespaces functionality available. */ 
 100 /* Define to empty if `const' does not conform to ANSI C. */ 
 103 /* Define to `long' if <sys/types.h> does not define. */ 
 106 /* Define to `unsigned' if <sys/types.h> does not define. */ 
 110 #endif /* ifndef MACCONFIG_H */