Added missing #define guards in headers

This commit is contained in:
Hinidu
2014-05-01 15:02:45 +03:00
committed by Justin M. Keyes
parent 67a157c08d
commit 018bb73296
7 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
#ifndef NEOVIM_OS_UNIX_DEFS_H
#define NEOVIM_OS_UNIX_DEFS_H
/*
* VIM - Vi IMproved by Bram Moolenaar
*
@@ -277,3 +280,5 @@
/* We have three kinds of ACL support. */
#define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL)
#endif // NEOVIM_OS_UNIX_DEFS_H