File indexing completed on 2024-09-15 04:36:24

0001 /*
0002     SPDX-FileCopyrightText: 2009 Volker Krause <vkrause@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 /**
0010   @file capabilities_p.h Shared constants for agent capabilities.
0011 
0012   @todo Fill this file with the missing capabilities.
0013 */
0014 
0015 #define AKONADI_AGENT_CAPABILITY_AUTOSTART "Autostart"
0016 #define AKONADI_AGENT_CAPABILITY_NOCONFIG "NoConfig"
0017 #define AKONADI_AGENT_CAPABILITY_PREPROCESSOR "Preprocessor"
0018 #define AKONADI_AGENT_CAPABILITY_RESOURCE "Resource"
0019 #define AKONADI_AGENT_CAPABILITY_SEARCH "Search"
0020 #define AKONADI_AGENT_CAPABILITY_UNIQUE "Unique"
0021 #define AKONADI_AGENT_CAPABILITY_VIRTUAL "Virtual"