home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / include / pvfs2.h.in < prev   
Text File  |  2008-11-25  |  775b  |  37 lines

  1. /*
  2.  * (C) 2001 Clemson University and The University of Chicago
  3.  *
  4.  * See COPYING in top-level directory.
  5.  */
  6.  
  7. /* This is the master header file for pvfs2.  It pulls in all header
  8.  * files needed by client side for software that operates at or above
  9.  * the system interface level.
  10.  */
  11.  
  12. #ifndef __PVFS2_H
  13. #define __PVFS2_H
  14.  
  15. #ifndef PVFS2_VERSION_MAJOR
  16. #define PVFS2_VERSION_MAJOR @PVFS2_VERSION_MAJOR@
  17. #define PVFS2_VERSION_MINOR @PVFS2_VERSION_MINOR@
  18. #define PVFS2_VERSION_SUB   @PVFS2_VERSION_SUB@
  19. #endif
  20.  
  21. #include "pvfs2-types.h"
  22. #include "pvfs2-sysint.h"
  23. #include "pvfs2-debug.h"
  24. #include "pvfs2-util.h"
  25. #include "pvfs2-request.h"
  26.  
  27. #endif /* __PVFS2_H */
  28.  
  29. /*
  30.  * Local variables:
  31.  *  c-indent-level: 4
  32.  *  c-basic-offset: 4
  33.  * End:
  34.  *
  35.  * vim: ts=8 sts=4 sw=4 expandtab
  36.  */
  37.