EverWrath/deps/acelite/ace/os_include/sys/os_sysctl.h
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

29 lines
703 B
C++

// -*- C++ -*-
//=============================================================================
/**
* @file os_sysctl.h
*
* declarations for sysctl
*
* @author Johnny Willemsen <jwillemsen@remedy.nl>
*/
//=============================================================================
#ifndef ACE_OS_INCLUDE_SYS_OS_SYSCTL_H
#define ACE_OS_INCLUDE_SYS_OS_SYSCTL_H
#include /**/ "ace/pre.h"
#include /**/ "ace/config-lite.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if !defined (ACE_LACKS_SYS_SYSCTL_H)
# include /**/ <sys/sysctl.h>
#endif /* !ACE_LACKS_SYS_SYSCTL_H */
#include /**/ "ace/post.h"
#endif /* ACE_OS_INCLUDE_SYS_OS_SYSCTL_H */