X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fecrash.c;fp=citadel%2Fecrash.c;h=f67e6776232243ec0b34bdb7d566476ece301580;hb=591b04f1fcb1d91c8da29a1bee0b3182da96f9f7;hp=2c04fe97e6bdc273af1a617ffed23acb2c71f1ce;hpb=aa62201ed9018fa6150ebc69213a6c9e4afadb9e;p=citadel.git diff --git a/citadel/ecrash.c b/citadel/ecrash.c index 2c04fe97e..f67e67762 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -27,7 +27,7 @@ #include "ecrash.h" #define NIY() printf("%s: Not Implemented Yet!\n", __FUNCTION__) - +#ifdef HAVE_BACKTRACE static eCrashParameters gbl_params; static int gbl_fd=-1; @@ -644,3 +644,4 @@ int eCrash_UnregisterThread( void ) return removeThreadFromList(pthread_self()); } /* eCrash_UnregisterThread */ +#endif