merged implement and config_main defines and removed _CONFIG_ prefix
diff --git a/examples/disabled/main.cpp b/examples/disabled/main.cpp
index be179d9..38468d1 100644
--- a/examples/disabled/main.cpp
+++ b/examples/disabled/main.cpp
@@ -1,7 +1,6 @@
-#define DOCTEST_CONFIG_DISABLE

+#define DOCTEST_DISABLE

 

-#define DOCTEST_CONFIG_MAIN

-#define DOCTEST_CONFIG_IMPLEMENT

+#define DOCTEST_IMPLEMENT_WITH_MAIN

 #include "doctest.h"

 

 #include <cstdio>