mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
13 lines
314 B
C
13 lines
314 B
C
/*
|
|
* 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"
|
|
|
|
// Deprecated definition for dosfstools port.
|
|
#define _PATH_MOUNTED "/etc/mtab"
|