blob: c42eda3244c4b61cd5c84456ba5d276e72aa0038 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright (c) 2020, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
// FIXME: This is just a default value to satisfy OpenSSH, feel free to change it.
#define _PATH_MAILDIR "/var/mail"
|