MASA-Core
config.h
Go to the documentation of this file.
00001 /* src/config.h.  Generated from config.h.in by configure.  */
00002 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if you have the <arpa/inet.h> header file. */
00005 #define HAVE_ARPA_INET_H 1
00006 
00007 /* Define to 1 if you have the <errno.h> header file. */
00008 #define HAVE_ERRNO_H 1
00009 
00010 /* Define to 1 if you have the `fork' function. */
00011 #define HAVE_FORK 1
00012 
00013 /* Define to 1 if you have the <getopt.h> header file. */
00014 #define HAVE_GETOPT_H 1
00015 
00016 /* Define to 1 if you have the `gettimeofday' function. */
00017 #define HAVE_GETTIMEOFDAY 1
00018 
00019 /* Define to 1 if you have the `inet_ntoa' function. */
00020 #define HAVE_INET_NTOA 1
00021 
00022 /* Define to 1 if you have the <inttypes.h> header file. */
00023 #define HAVE_INTTYPES_H 1
00024 
00025 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
00026    to 0 otherwise. */
00027 #define HAVE_MALLOC 1
00028 
00029 /* Define to 1 if you have the <memory.h> header file. */
00030 #define HAVE_MEMORY_H 1
00031 
00032 /* Define to 1 if you have the `memset' function. */
00033 #define HAVE_MEMSET 1
00034 
00035 /* Define to 1 if you have the `mkdir' function. */
00036 #define HAVE_MKDIR 1
00037 
00038 /* Define to 1 if you have the `socket' function. */
00039 #define HAVE_SOCKET 1
00040 
00041 /* Define to 1 if stdbool.h conforms to C99. */
00042 #define HAVE_STDBOOL_H 1
00043 
00044 /* Define to 1 if you have the <stdint.h> header file. */
00045 #define HAVE_STDINT_H 1
00046 
00047 /* Define to 1 if you have the <stdlib.h> header file. */
00048 #define HAVE_STDLIB_H 1
00049 
00050 /* Define to 1 if you have the `strcasecmp' function. */
00051 #define HAVE_STRCASECMP 1
00052 
00053 /* Define to 1 if you have the <strings.h> header file. */
00054 #define HAVE_STRINGS_H 1
00055 
00056 /* Define to 1 if you have the <string.h> header file. */
00057 #define HAVE_STRING_H 1
00058 
00059 /* Define to 1 if you have the <sys/socket.h> header file. */
00060 #define HAVE_SYS_SOCKET_H 1
00061 
00062 /* Define to 1 if you have the <sys/stat.h> header file. */
00063 #define HAVE_SYS_STAT_H 1
00064 
00065 /* Define to 1 if you have the <sys/time.h> header file. */
00066 #define HAVE_SYS_TIME_H 1
00067 
00068 /* Define to 1 if you have the <sys/types.h> header file. */
00069 #define HAVE_SYS_TYPES_H 1
00070 
00071 /* Define to 1 if you have the <unistd.h> header file. */
00072 #define HAVE_UNISTD_H 1
00073 
00074 /* Define to 1 if you have the `vfork' function. */
00075 #define HAVE_VFORK 1
00076 
00077 /* Define to 1 if you have the <vfork.h> header file. */
00078 /* #undef HAVE_VFORK_H */
00079 
00080 /* Define to 1 if you have the <wordexp.h> header file. */
00081 #define HAVE_WORDEXP_H 1
00082 
00083 /* Define to 1 if `fork' works. */
00084 #define HAVE_WORKING_FORK 1
00085 
00086 /* Define to 1 if `vfork' works. */
00087 #define HAVE_WORKING_VFORK 1
00088 
00089 /* Define to 1 if the system has the type `_Bool'. */
00090 #define HAVE__BOOL 1
00091 
00092 /* Name of package */
00093 #define PACKAGE "masa-core"
00094 
00095 /* Define to the address where bug reports for this package should be sent. */
00096 #define PACKAGE_BUGREPORT "edans.sandes@gmail.com"
00097 
00098 /* Define to the full name of this package. */
00099 #define PACKAGE_NAME "masa-core"
00100 
00101 /* Define to the full name and version of this package. */
00102 #define PACKAGE_STRING "masa-core 1.3.9.1024"
00103 
00104 /* Define to the one symbol short name of this package. */
00105 #define PACKAGE_TARNAME "masa-core"
00106 
00107 /* Define to the home page for this package. */
00108 #define PACKAGE_URL "https://github.com/edanssandes/masa-core"
00109 
00110 /* Define to the version of this package. */
00111 #define PACKAGE_VERSION "1.3.9.1024"
00112 
00113 /* Define to 1 if you have the ANSI C header files. */
00114 #define STDC_HEADERS 1
00115 
00116 /* Version number of package */
00117 #define VERSION "1.3.9.1024"
00118 
00119 /* Define to `__inline__' or `__inline' if that's what the C compiler
00120    calls it, or to nothing if 'inline' is not supported under any name.  */
00121 #ifndef __cplusplus
00122 /* #undef inline */
00123 #endif
00124 
00125 /* Define to rpl_malloc if the replacement function should be used. */
00126 /* #undef malloc */
00127 
00128 /* Define to `int' if <sys/types.h> does not define. */
00129 /* #undef pid_t */
00130 
00131 /* Define to `unsigned int' if <sys/types.h> does not define. */
00132 /* #undef size_t */
00133 
00134 /* Define as `fork' if `vfork' does not work. */
00135 /* #undef vfork */