summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 58db166..12d8a59 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -55,18 +55,6 @@
# include "ProcIDS.h"
#endif
-/*
- * Low level I/O library
- */
-#define POSIXBUFIO 0
-#define POSIXUNBUFIO 1
-#define MACIO 2
-#define WINNTIO 3
-#define PAGEBUFIO 4
-#ifndef FILELIB
-# define FILELIB POSIXBUFIO
-#endif
-
/* Does the compiler support the __attribute__(()) syntax? */
#ifndef HAVE_ATTRIBUTE
# define __attribute__(X) /*void*/