/** Copyright (C) 2008 Stephan Aßmus <superstippi@gmx.de>* All rights reserved. Distributed under the terms of the MIT license.*/#ifndef GLOBAL_DEFS_H#define GLOBAL_DEFS_H#define APP_SIGNATURE "application/x-vnd.Haiku.TextSearch"#define PREFS_FILE "TextSearch"#define HISTORY_LIMIT 20#define TRACKER_SIGNATURE "application/x-vnd.Be-TRAK"#endif // GLOBAL_DEFS_H