Main Page | Data Structures | Directories | File List | Data Fields | Globals

config.h

Go to the documentation of this file.
00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you have the <float.h> header file. */
00005 #define HAVE_FLOAT_H 1
00006 
00007 /* Define to 1 if you have the <inttypes.h> header file. */
00008 #define HAVE_INTTYPES_H 1
00009 
00010 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00011    to 0 otherwise. */
00012 #define HAVE_MALLOC 1
00013 
00014 /* Define to 1 if you have the <memory.h> header file. */
00015 #define HAVE_MEMORY_H 1
00016 
00017 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
00018    and to 0 otherwise. */
00019 #define HAVE_REALLOC 1
00020 
00021 /* Define to 1 if you have the <stdint.h> header file. */
00022 #define HAVE_STDINT_H 1
00023 
00024 /* Define to 1 if you have the <stdlib.h> header file. */
00025 #define HAVE_STDLIB_H 1
00026 
00027 /* Define to 1 if you have the `strdup' function. */
00028 #define HAVE_STRDUP 1
00029 
00030 /* Define to 1 if you have the <strings.h> header file. */
00031 #define HAVE_STRINGS_H 1
00032 
00033 /* Define to 1 if you have the <string.h> header file. */
00034 #define HAVE_STRING_H 1
00035 
00036 /* Define to 1 if you have the <sys/stat.h> header file. */
00037 #define HAVE_SYS_STAT_H 1
00038 
00039 /* Define to 1 if you have the <sys/types.h> header file. */
00040 #define HAVE_SYS_TYPES_H 1
00041 
00042 /* Define to 1 if you have the <unistd.h> header file. */
00043 #define HAVE_UNISTD_H 1
00044 
00045 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
00046 /* #undef NO_MINUS_C_MINUS_O */
00047 
00048 /* Name of package */
00049 #define PACKAGE "rddf"
00050 
00051 /* Define to the address where bug reports for this package should be sent. */
00052 #define PACKAGE_BUGREPORT ""
00053 
00054 /* Define to the full name of this package. */
00055 #define PACKAGE_NAME "rddf"
00056 
00057 /* Define to the full name and version of this package. */
00058 #define PACKAGE_STRING "rddf 1.0"
00059 
00060 /* Define to the one symbol short name of this package. */
00061 #define PACKAGE_TARNAME "rddf"
00062 
00063 /* Define to the version of this package. */
00064 #define PACKAGE_VERSION "1.0"
00065 
00066 /* Define to 1 if you have the ANSI C header files. */
00067 #define STDC_HEADERS 1
00068 
00069 /* Version number of package */
00070 #define VERSION "1.0"
00071 
00072 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
00073    `char[]'. */
00074 #define YYTEXT_POINTER 1
00075 
00076 /* Define to rpl_malloc if the replacement function should be used. */
00077 /* #undef malloc */
00078 
00079 /* Define to rpl_realloc if the replacement function should be used. */
00080 /* #undef realloc */
00081 
00082 /* Define to `unsigned int' if <sys/types.h> does not define. */
00083 /* #undef size_t */

Generated on Thu Sep 6 13:13:10 2007 for driver by  doxygen 1.3.9.1