/* include/config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef CONFIG_H #define CONFIG_H /* Define if you desire to show debugging messages */ #undef DEBUG /* Define if you have the ORBacus CosNaming library. */ #undef HAVE_LIB_COSNAMING /* Define if you have the JTC library. */ #undef HAVE_LIB_JTC /* Define if you have the ORBacus library. */ #undef HAVE_LIB_OB /* Define if you have pthreads in your glibc */ #undef HAVE_LIB_PTHREAD /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION #ifdef DEBUG #define dout cout #else #include #endif #endif