ladybird/Userland/Libraries/LibC/paths.h

17 lines
384 B
C
Raw Normal View History

/*
* 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"
2022-10-15 07:05:55 +03:00
// Deprecated definition for dosfstools port.
#define _PATH_MOUNTED "/etc/mtab"
2023-06-04 18:13:30 -07:00
// Default value used for lowdown port.
#define _PATH_TTY "/dev/tty"