00001 /* src/config.h. Generated automatically by configure. */ 00002 /* src/config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 #define HAVE_ENDIAN_H 1 00005 /* #undef __BYTE_ORDER */ 00006 00007 #ifdef HAVE_ENDIAN_H 00008 #include <endian.h> 00009 #else 00010 #define __LITTLE_ENDIAN 1234 00011 #define __BIG_ENDIAN 4321 00012 #endif 00013 00014 /* Define if you have the <cstdlib> header file. */ 00015 /* #undef HAVE_CSTDLIB */ 00016 00017 /* Define if you have the <DL.h> header file. */ 00018 /* #undef HAVE_DL_H */ 00019 00020 /* Define if you have the <stdlib.h> header file. */ 00021 #define HAVE_STDLIB_H 1 00022 00023 /* Define if you have the <sys/utsname.h> header file. */ 00024 #define HAVE_SYS_UTSNAME_H 1 00025 00026 /* Define if you have the nana library (-lnana). */ 00027 /* #undef HAVE_LIBNANA */ 00028 00029 /* Name of package */ 00030 #define PACKAGE "ccrtp" 00031 00032 /* Version number of package */ 00033 #define VERSION "0.6.1" 00034