paths.h 233 B

12345678910
  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"