File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / expat / lib / macconfig.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:00:54 2012 UTC (12 years, 7 months ago) by misho
Branches: expat, MAIN
CVS tags: v2_1_0, v2_0_1p0, v2_0_1, HEAD
expat

    1: /*================================================================
    2: ** Copyright 2000, Clark Cooper
    3: ** All rights reserved.
    4: **
    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.)
    8: **
    9: */
   10: 
   11: #ifndef MACCONFIG_H
   12: #define MACCONFIG_H
   13: 
   14: 
   15: /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
   16: #define BYTEORDER  4321
   17: 
   18: /* Define to 1 if you have the `bcopy' function. */
   19: #undef HAVE_BCOPY
   20: 
   21: /* Define to 1 if you have the `memmove' function. */
   22: #define HAVE_MEMMOVE
   23: 
   24: /* Define to 1 if you have a working `mmap' system call. */
   25: #undef HAVE_MMAP
   26: 
   27: /* Define to 1 if you have the <unistd.h> header file. */
   28: #undef HAVE_UNISTD_H
   29: 
   30: /* whether byteorder is bigendian */
   31: #define WORDS_BIGENDIAN
   32: 
   33: /* Define to specify how much context to retain around the current parse
   34:    point. */
   35: #undef XML_CONTEXT_BYTES
   36: 
   37: /* Define to make parameter entity parsing functionality available. */
   38: #define XML_DTD
   39: 
   40: /* Define to make XML Namespaces functionality available. */
   41: #define XML_NS
   42: 
   43: /* Define to empty if `const' does not conform to ANSI C. */
   44: #undef const
   45: 
   46: /* Define to `long' if <sys/types.h> does not define. */
   47: #define off_t  long
   48: 
   49: /* Define to `unsigned' if <sys/types.h> does not define. */
   50: #undef size_t
   51: 
   52: 
   53: #endif /* ifndef MACCONFIG_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>