libcsem  0.2
csem_config.h
Go to the documentation of this file.
00001 /* csem/csem_config.h.  Generated from csem_config.h.in by configure.  */
00002 /* csem/csem_config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Define to 1 if you have the <inttypes.h> header file. */
00005 #define HAVE_INTTYPES_H 1
00006 
00007 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00008    to 0 otherwise. */
00009 #define HAVE_MALLOC 1
00010 
00011 /* Define to 1 if you have the <memory.h> header file. */
00012 #define HAVE_MEMORY_H 1
00013 
00014 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00015    and to 0 otherwise. */
00016 #define HAVE_REALLOC 1
00017 
00018 /* Define to 1 if you have the <stdint.h> header file. */
00019 #define HAVE_STDINT_H 1
00020 
00021 /* Define to 1 if you have the <stdlib.h> header file. */
00022 #define HAVE_STDLIB_H 1
00023 
00024 /* Define to 1 if you have the <strings.h> header file. */
00025 #define HAVE_STRINGS_H 1
00026 
00027 /* Define to 1 if you have the <string.h> header file. */
00028 #define HAVE_STRING_H 1
00029 
00030 /* Define to 1 if you have the <sys/stat.h> header file. */
00031 #define HAVE_SYS_STAT_H 1
00032 
00033 /* Define to 1 if you have the <sys/types.h> header file. */
00034 #define HAVE_SYS_TYPES_H 1
00035 
00036 /* Define to 1 if you have the <unistd.h> header file. */
00037 #define HAVE_UNISTD_H 1
00038 
00039 /* Define to the address where bug reports for this package should be sent. */
00040 #define PACKAGE_BUGREPORT "uchida@w3.org"
00041 
00042 /* Define to the full name of this package. */
00043 #define PACKAGE_NAME "microdata/RDFa-Lite Library"
00044 
00045 /* Define to the full name and version of this package. */
00046 #define PACKAGE_STRING "microdata/RDFa-Lite Library 0.2"
00047 
00048 /* Define to the one symbol short name of this package. */
00049 #define PACKAGE_TARNAME "microdata-rdfa-lite-library"
00050 
00051 /* Define to the home page for this package. */
00052 #define PACKAGE_URL ""
00053 
00054 /* Define to the version of this package. */
00055 #define PACKAGE_VERSION "0.2"
00056 
00057 /* Define to 1 if you have the ANSI C header files. */
00058 #define STDC_HEADERS 1
00059 
00060 /* Define to empty if `const' does not conform to ANSI C. */
00061 /* #undef const */
00062 
00063 /* Define to rpl_malloc if the replacement function should be used. */
00064 /* #undef malloc */
00065 
00066 /* Define to rpl_realloc if the replacement function should be used. */
00067 /* #undef realloc */
00068 
00069 /* Define to `unsigned int' if <sys/types.h> does not define. */
00070 /* #undef size_t */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines