server/dep/acelite/ace/os_include/sys/os_statvfs.h
2020-02-17 09:23:51 +00:00

42 lines
1 KiB
C++

// -*- C++ -*-
//=============================================================================
/**
* @file os_statvfs.h
*
* VFS File System information structure
*
* $Id: os_statvfs.h 81692 2008-05-14 12:25:02Z johnnyw $
*
* @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
#ifndef ACE_OS_INCLUDE_SYS_OS_STATVFS_H
#define ACE_OS_INCLUDE_SYS_OS_STATVFS_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_STATVFS_H)
# include /**/ <sys/statvfs.h>
#endif /* !ACE_LACKS_SYS_STATVFS_H */
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#include /**/ "ace/post.h"
#endif /* ACE_OS_INCLUDE_SYS_OS_STATVFS_H */