
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * $Id$ 00004 * 00005 * Copyright (C) 1997 University of Chicago. 00006 * See COPYRIGHT notice in top-level directory. 00007 */ 00008 00009 #ifndef AD_HFS_INCLUDE 00010 #define AD_HFS_INCLUDE 00011 00012 #include <unistd.h> 00013 #include <sys/types.h> 00014 #include <fcntl.h> 00015 #include "adio.h" 00016 #ifdef SPPUX 00017 # include <sys/cnx_types.h> 00018 # include <sys/puio.h> 00019 # include <cnx_unistd.h> 00020 #endif 00021 00022 #endif
1.5.5