Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / os_include / os_tar.h
blobf24b9de38c983c5834c7a20d3cbcae7d025c0548
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_tar.h
7 * extended tar definitions
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_TAR_H
15 #define ACE_OS_INCLUDE_OS_TAR_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-all.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #if !defined (ACE_LACKS_TAR_H)
26 # include /**/ <tar.h>
27 #endif /* !ACE_LACKS_TAR_H */
29 #include /**/ "ace/post.h"
30 #endif /* ACE_OS_INCLUDE_OS_TAR_H */