summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-12 13:27:10 +0200
committerGitHub <noreply@github.com>2024-02-12 13:27:10 +0200
commit777b7ac531567a54d6666d36838975161f72952f (patch)
tree7ae5310a65dad973d3df7c9e9d8f0da10c3661b6 /tests
parent94f533f758a52a567879fca76dd43f165db184d2 (diff)
Remove config macros that are always set. (#16994)
Diffstat (limited to 'tests')
-rw-r--r--tests/profile/benchmark-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profile/benchmark-registry.c b/tests/profile/benchmark-registry.c
index cfed6d7c8d..bc5934af33 100644
--- a/tests/profile/benchmark-registry.c
+++ b/tests/profile/benchmark-registry.c
@@ -2,7 +2,7 @@
/*
* compile with
- * gcc -O1 -ggdb -Wall -Wextra -I ../src/ -I ../ -o benchmark-registry benchmark-registry.c ../src/dictionary.o ../src/log.o ../src/avl.o ../src/common.o ../src/appconfig.o ../src/web_buffer.o ../src/storage_number.o ../src/rrd.o ../src/health.o -pthread -luuid -lm -DHAVE_CONFIG_H -DVARLIB_DIR="\"/tmp\""
+ * gcc -O1 -ggdb -Wall -Wextra -I ../src/ -I ../ -o benchmark-registry benchmark-registry.c ../src/dictionary.o ../src/log.o ../src/avl.o ../src/common.o ../src/appconfig.o ../src/web_buffer.o ../src/storage_number.o ../src/rrd.o ../src/health.o -pthread -luuid -lm -DVARLIB_DIR="\"/tmp\""
*/
char *hostname = "me";