From 8339a705567a3bd50af2e41805e9256973eedcc4 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 30 Nov 2003 13:13:52 +0000 Subject: If OPIE_NO_BUILTIN_CALIBRATION is not requested bultin calibration --- (limited to 'core') diff --git a/core/launcher/server.cpp b/core/launcher/server.cpp index 6a140e9..b9580c7 100644 --- a/core/launcher/server.cpp +++ b/core/launcher/server.cpp @@ -107,7 +107,7 @@ static Global::Command builtins[] = { #endif /* FIXME defines need to be defined*/ -#if defined(QPE_NEED_CALIBRATION) +#if !defined(OPIE_NO_BUILTIN_CALIBRATE) { "calibrate", calibrate, 1, 0 }, // No tr #endif #if !defined(OPIE_NO_BUILTIN_SHUTDOWN) -- cgit v0.9.0.2