1/*
2 * Copyright (C) 2008 Stephan A��mus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5#ifndef GLOBAL_DEFS_H
6#define GLOBAL_DEFS_H
7
8
9#define APP_SIGNATURE "application/x-vnd.Haiku.TextSearch"
10
11#define PREFS_FILE			"TextSearch"
12#define HISTORY_LIMIT		20
13
14#define TRACKER_SIGNATURE	"application/x-vnd.Be-TRAK"
15
16
17#endif // GLOBAL_DEFS_H
18