libdacav 0.9.0
/home/dacav/Projects/libdacav/headers/config.h
00001 /* headers/config.h.  Generated from config.h.in by configure.  */
00002 /* headers/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you have the <dlfcn.h> header file. */
00005 #define HAVE_DLFCN_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 you have the `memset' function. */
00018 #define HAVE_MEMSET 1
00019 
00020 /* Define to 1 if you have the <stdint.h> header file. */
00021 #define HAVE_STDINT_H 1
00022 
00023 /* Define to 1 if you have the <stdlib.h> header file. */
00024 #define HAVE_STDLIB_H 1
00025 
00026 /* Define to 1 if you have the <strings.h> header file. */
00027 #define HAVE_STRINGS_H 1
00028 
00029 /* Define to 1 if you have the <string.h> header file. */
00030 #define HAVE_STRING_H 1
00031 
00032 /* Define to 1 if you have the <sys/stat.h> header file. */
00033 #define HAVE_SYS_STAT_H 1
00034 
00035 /* Define to 1 if you have the <sys/types.h> header file. */
00036 #define HAVE_SYS_TYPES_H 1
00037 
00038 /* Define to 1 if the system has the type `uintptr_t'. */
00039 #define HAVE_UINTPTR_T 1
00040 
00041 /* Define to 1 if you have the <unistd.h> header file. */
00042 #define HAVE_UNISTD_H 1
00043 
00044 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00045    */
00046 #define LT_OBJDIR ".libs/"
00047 
00048 /* Name of package */
00049 #define PACKAGE "libdacav"
00050 
00051 /* Define to the address where bug reports for this package should be sent. */
00052 #define PACKAGE_BUGREPORT "simgidacav@gmail.com"
00053 
00054 /* Define to the full name of this package. */
00055 #define PACKAGE_NAME "libdacav"
00056 
00057 /* Define to the full name and version of this package. */
00058 #define PACKAGE_STRING "libdacav 0.9.0"
00059 
00060 /* Define to the one symbol short name of this package. */
00061 #define PACKAGE_TARNAME "libdacav"
00062 
00063 /* Define to the home page for this package. */
00064 #define PACKAGE_URL ""
00065 
00066 /* Define to the version of this package. */
00067 #define PACKAGE_VERSION "0.9.0"
00068 
00069 /* Define to 1 if you have the ANSI C header files. */
00070 #define STDC_HEADERS 1
00071 
00072 /* Version number of package */
00073 #define VERSION "0.9.0"
00074 
00075 /* Define to `__inline__' or `__inline' if that's what the C compiler
00076    calls it, or to nothing if 'inline' is not supported under any name.  */
00077 #ifndef __cplusplus
00078 /* #undef inline */
00079 #endif
00080 
00081 /* Define to rpl_malloc if the replacement function should be used. */
00082 /* #undef malloc */
00083 
00084 /* Define to `unsigned int' if <sys/types.h> does not define. */
00085 /* #undef size_t */
00086 
00087 /* Define to the type of an unsigned integer type wide enough to hold a
00088    pointer, if such a type exists, and if the system does not define it. */
00089 /* #undef uintptr_t */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator