aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/os.h
blob: a7496130cca6dbb1da4cef521a9a9b0638ae8ff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef NVIM_OS_OS_H
#define NVIM_OS_OS_H

#include <stdbool.h>
#include <uv.h>

#include "nvim/os/fs_defs.h"
#include "nvim/os/stdpaths_defs.h"
#include "nvim/vim.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/env.h.generated.h"
# include "os/fs.h.generated.h"
# include "os/mem.h.generated.h"
# include "os/stdpaths.h.generated.h"
# include "os/users.h.generated.h"
#endif

#define ENV_LOGFILE "NVIM_LOG_FILE"
#define ENV_NVIM "NVIM"

#endif  // NVIM_OS_OS_H