]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/civetweb/test/private_exe.c
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / civetweb / test / private_exe.c
index 217ea2cf61e2e1e9e37562535bd410b3b70918e5..9131efff7c460fa23839e0b8dcff9eb4792cd850 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2016 the Civetweb developers
+/* Copyright (c) 2015-2017 the Civetweb developers
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -64,6 +64,8 @@ START_TEST(test_helper_funcs)
 }
 END_TEST
 
+
+#if !defined(REPLACE_CHECK_FOR_LOCAL_DEBUGGING)
 Suite *
 make_private_exe_suite(void)
 {
@@ -77,3 +79,4 @@ make_private_exe_suite(void)
 
        return suite;
 }
+#endif