mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r5401]
Purpose: Code clean-up Description: Removed unused HAVE_XXXX macros from the H5f90i.h file. Platforms tested: HP-UX 11.00 (kelgia) and IRIX64-6.5 (modi4)
This commit is contained in:
parent
9ed006d12f
commit
dbcce6d77f
@ -134,8 +134,6 @@ typedef float real_f;
|
||||
#endif
|
||||
|
||||
|
||||
#define HAVE_STDC
|
||||
#define INCLUDES_ARE_ANSI
|
||||
|
||||
#endif /* IRIX */
|
||||
|
||||
@ -241,9 +239,6 @@ Please check your Makefile.
|
||||
#endif
|
||||
#define GOT_MACHINE
|
||||
|
||||
#ifndef HAVE_UNISTD_H
|
||||
#define HAVE_UNISTD_H /* unistd.h - close, fork,..etc */
|
||||
#endif
|
||||
|
||||
# define BSD
|
||||
#ifndef __GNUC__
|
||||
@ -260,11 +255,6 @@ typedef int int_f;
|
||||
typedef int hid_t_f;
|
||||
typedef float real_f;
|
||||
#define _fcdtocp(desc) (desc)
|
||||
#ifdef HAVE_FMPOOL
|
||||
#define FILELIB PAGEBUFIO /* enable page buffering */
|
||||
#else
|
||||
#define FILELIB UNIXBUFIO
|
||||
#endif
|
||||
|
||||
#endif /* HP9000 */
|
||||
|
||||
@ -301,11 +291,6 @@ typedef float real_f;
|
||||
#define DF_CAPFNAMES
|
||||
#define _fcdtocp(desc) (desc)
|
||||
|
||||
#ifdef HAVE_FMPOOL
|
||||
#define FILELIB PAGEBUFIO /* enable page buffering */
|
||||
#else
|
||||
#define FILELIB UNIXBUFIO
|
||||
#endif
|
||||
|
||||
#endif /*WINDOWS */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user