Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / os_include / sys / os_statvfs.h
blob7988c4f5060de8aec75d3f639dccc36666eaa258
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_statvfs.h
7 * VFS File System information structure
9 * $Id: os_statvfs.h 81692 2008-05-14 12:25:02Z johnnyw $
11 * @author Don Hinton <dhinton@dresystems.com>
12 * @author This code was originally in various places including ace/OS.h.
14 //=============================================================================
16 #ifndef ACE_OS_INCLUDE_SYS_OS_STATVFS_H
17 #define ACE_OS_INCLUDE_SYS_OS_STATVFS_H
19 #include /**/ "ace/pre.h"
21 #include "ace/config-lite.h"
23 #if !defined (ACE_LACKS_PRAGMA_ONCE)
24 # pragma once
25 #endif /* ACE_LACKS_PRAGMA_ONCE */
27 #if !defined (ACE_LACKS_SYS_STATVFS_H)
28 # include /**/ <sys/statvfs.h>
29 #endif /* !ACE_LACKS_SYS_STATVFS_H */
31 // Place all additions (especially function declarations) within extern "C" {}
32 #ifdef __cplusplus
33 extern "C"
35 #endif /* __cplusplus */
37 #ifdef __cplusplus
39 #endif /* __cplusplus */
41 #include /**/ "ace/post.h"
42 #endif /* ACE_OS_INCLUDE_SYS_OS_STATVFS_H */