eb13a353e3
... to avoid the impression that it contains something the user can play with.
19 lines
460 B
C
19 lines
460 B
C
/*
|
|
* Copyright 2013, Haiku, Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Ingo Weinhold <ingo_weinhold@gmx.de>
|
|
*/
|
|
#ifndef _PACKAGE__PRIVATE__PACKAGES_DIRECTORY_DEFS_H_
|
|
#define _PACKAGE__PRIVATE__PACKAGES_DIRECTORY_DEFS_H_
|
|
|
|
|
|
#define PACKAGES_DIRECTORY_ADMIN_DIRECTORY "administrative"
|
|
#define PACKAGES_DIRECTORY_ACTIVATION_FILE "activated-packages"
|
|
|
|
|
|
|
|
#endif // _PACKAGE__PRIVATE__PACKAGES_DIRECTORY_DEFS_H_
|
|
|