paths.h 314 B

12345678910111213
  1. /*
  2. * Copyright (c) 2020, the SerenityOS developers.
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. // FIXME: This is just a default value to satisfy OpenSSH, feel free to change it.
  8. #define _PATH_MAILDIR "/var/mail"
  9. // Deprecated definition for dosfstools port.
  10. #define _PATH_MOUNTED "/etc/mtab"