Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

macconfig.h

00001 /*================================================================
00002 ** Copyright 2000, Clark Cooper
00003 ** All rights reserved.
00004 **
00005 ** This is free software. You are permitted to copy, distribute, or modify
00006 ** it under the terms of the MIT/X license (contained in the COPYING file
00007 ** with this distribution.)
00008 **
00009 */
00010 
00011 #ifndef MACCONFIG_H
00012 #define MACCONFIG_H
00013 
00014 
00015 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
00016 #define BYTEORDER  4321
00017 
00018 /* Define to 1 if you have the `bcopy' function. */
00019 #define HAVE_BCOPY 1
00020 
00021 /* Define to 1 if you have the <dlfcn.h> header file. */
00022 #define HAVE_DLFCN_H 1
00023 
00024 /* Define to 1 if you have the <fcntl.h> header file. */
00025 #define HAVE_FCNTL_H 1
00026 
00027 /* Define to 1 if you have the `getpagesize' function. */
00028 #define HAVE_GETPAGESIZE 1
00029 
00030 /* Define to 1 if you have the <inttypes.h> header file. */
00031 #define HAVE_INTTYPES_H 1
00032 
00033 /* Define to 1 if you have the `memmove' function. */
00034 #define HAVE_MEMMOVE 1
00035 
00036 /* Define to 1 if you have the <memory.h> header file. */
00037 #undef HAVE_MEMORY_H
00038 
00039 /* Define to 1 if you have a working `mmap' system call. */
00040 #undef HAVE_MMAP
00041 
00042 /* Define to 1 if you have the <stdint.h> header file. */
00043 #undef HAVE_STDINT_H
00044 
00045 /* Define to 1 if you have the <stdlib.h> header file. */
00046 #define HAVE_STDLIB_H 1
00047 
00048 /* Define to 1 if you have the <strings.h> header file. */
00049 #define HAVE_STRINGS_H 1
00050 
00051 /* Define to 1 if you have the <string.h> header file. */
00052 #define HAVE_STRING_H 1
00053 
00054 /* Define to 1 if you have the <sys/stat.h> header file. */
00055 #define HAVE_SYS_STAT_H 1
00056 
00057 /* Define to 1 if you have the <sys/types.h> header file. */
00058 #undef HAVE_SYS_TYPES_H
00059 
00060 /* Define to 1 if you have the <unistd.h> header file. */
00061 #undef HAVE_UNISTD_H
00062 
00063 /* Define to the address where bug reports for this package should be sent. */
00064 #undef PACKAGE_BUGREPORT
00065 
00066 /* Define to the full name of this package. */
00067 #undef PACKAGE_NAME
00068 
00069 /* Define to the full name and version of this package. */
00070 #undef PACKAGE_STRING
00071 
00072 /* Define to the one symbol short name of this package. */
00073 #undef PACKAGE_TARNAME
00074 
00075 /* Define to the version of this package. */
00076 #undef PACKAGE_VERSION
00077 
00078 /* Define to 1 if you have the ANSI C header files. */
00079 #define STDC_HEADERS
00080 
00081 /* whether byteorder is bigendian */
00082 #define WORDS_BIGENDIAN
00083 
00084 /* Define to specify how much context to retain around the current parse
00085    point. */
00086 #undef XML_CONTEXT_BYTES
00087 
00088 /* Define to make parameter entity parsing functionality available. */
00089 #define XML_DTD
00090 
00091 /* Define to make XML Namespaces functionality available. */
00092 #define XML_NS
00093 
00094 /* Define to empty if `const' does not conform to ANSI C. */
00095 #undef const
00096 
00097 /* Define to `long' if <sys/types.h> does not define. */
00098 #define off_t  long
00099 
00100 /* Define to `unsigned' if <sys/types.h> does not define. */
00101 #undef size_t
00102 
00103 
00104 #endif /* ifndef MACCONFIG_H */

Generated on Tue May 3 22:31:40 2005 for Autodesk DWF Toolkit by  doxygen 1.4.1