summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-23 06:56:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-23 06:56:16 (GMT)
commit7e220930da7e77df1531329d8897befa0dc6399f (patch)
tree12f84783be1e29da4ede9caf29a1c29b1c8f7e50 /tools
parent7c134068147c8313fb4303b4d6608a665880e22e (diff)
downloadhdf5-7e220930da7e77df1531329d8897befa0dc6399f.zip
hdf5-7e220930da7e77df1531329d8897befa0dc6399f.tar.gz
hdf5-7e220930da7e77df1531329d8897befa0dc6399f.tar.bz2
[svn-r26276] Merged r26075-80, 86 from features/autotools_rework branch.
Cleans up time functions in the autotools input files. Removed deprecated gettimeofday() time zone code and configure processing. Also removed some unused time function configure checks and defines. Fixes: HDFFV-9083 and HDFFV-9085 Tested on: 32-bit linux, serial and parallel (jam) OS X (kite) Solaris (emu)
Diffstat (limited to 'tools')
-rw-r--r--tools/perform/sio_standalone.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perform/sio_standalone.h b/tools/perform/sio_standalone.h
index b2f8220..4eb1ded 100644
--- a/tools/perform/sio_standalone.h
+++ b/tools/perform/sio_standalone.h
@@ -87,7 +87,6 @@
#define HDatof(S) atof(S)
#define HDatoi(S) atoi(S)
#define HDatol(S) atol(S)
-#define HDBSDgettimeofday(S,P) BSDgettimeofday(S,P)
#define HDbsearch(K,B,N,Z,F) bsearch(K,B,N,Z,F)
#define HDcalloc(N,Z) calloc(N,Z)
#define HDceil(X) ceil(X)