Update all config.h usage.
[m6w6/libmemcached] / libtest / cmdline.cc
index d4dd970b9ebf47e0694ee2cb484b492bac5fd4bc..360e38ea75cd70e16d52ce517a6261233fc878da 100644 (file)
@@ -34,7 +34,7 @@
  *
  */
 
-#include <config.h>
+#include "mem_config.h"
 #include <libtest/common.h>
 
 using namespace libtest;
@@ -424,8 +424,7 @@ Application::error_t Application::join()
     }
     else if WIFSIGNALED(_status)
     {
-      // memcached will die with SIGHUP
-      if (WTERMSIG(_status) != SIGTERM and WTERMSIG(_status) != SIGHUP)
+      if (WTERMSIG(_status) != SIGTERM)
       {
         _app_exit_state= Application::INVALID_POSIX_SPAWN;
         std::string error_string(built_argv[0]);