1*fb5f0bb1SIngo Weinhold /* 2*fb5f0bb1SIngo Weinhold * Copyright 2013, Haiku, Inc. 3*fb5f0bb1SIngo Weinhold * Distributed under the terms of the MIT License. 4*fb5f0bb1SIngo Weinhold */ 5*fb5f0bb1SIngo Weinhold #ifndef INSTALLER_DEFS_H 6*fb5f0bb1SIngo Weinhold #define INSTALLER_DEFS_H 7*fb5f0bb1SIngo Weinhold 8*fb5f0bb1SIngo Weinhold 9*fb5f0bb1SIngo Weinhold extern const char* const kPackagesDirectoryPath; 10*fb5f0bb1SIngo Weinhold extern const char* const kSourcesDirectoryPath; 11*fb5f0bb1SIngo Weinhold extern const char* const kVarDirectoryPath; 12*fb5f0bb1SIngo Weinhold extern const char* const kSwapFilePath; 13*fb5f0bb1SIngo Weinhold 14*fb5f0bb1SIngo Weinhold 15*fb5f0bb1SIngo Weinhold #endif // INSTALLER_DEFS_H 16