X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fconfig.h.in;h=8190f2397a9e3a9c577e3f529ede3e7b040ca220;hb=0a9f71036f5617ecd3549abff78a8d9a09c7e56e;hp=844a7fce5c522a962f7e8b24a6da7929ff0cbda3;hpb=204ef03af8671f4021d745a9080b86512d388bb1;p=platform%2Fupstream%2Fglog.git diff --git a/src/config.h.in b/src/config.h.in index 844a7fc..8190f23 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,5 +1,8 @@ /* src/config.h.in. Generated from configure.ac by autoheader. */ +/* define if glog doesn't use RTTI */ +#undef DISABLE_RTTI + /* Namespace for Google classes */ #undef GOOGLE_NAMESPACE @@ -45,15 +48,24 @@ /* define if the compiler implements namespaces */ #undef HAVE_NAMESPACES +/* Define if you have the 'pread' function */ +#undef HAVE_PREAD + /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H +/* Define if you have the 'pwrite' function */ +#undef HAVE_PWRITE + /* define if the compiler implements pthread_rwlock_* */ #undef HAVE_RWLOCK +/* Define if you have the 'sigaction' function */ +#undef HAVE_SIGACTION + /* Define if you have the `sigaltstack' function */ #undef HAVE_SIGALTSTACK @@ -99,6 +111,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_UNWIND_H + /* define if the compiler supports using expression for operator */ #undef HAVE_USING_OPERATOR