from inspection it appears this function was really wanting to call
gmtime_r()
- Fortran appends a trailing _ to functions it calls, cutil.c has a bunch
of shim functions that simply have the trailing _ and call the 'c'
equivalent. Added gmtime_r_ -> gmtime_r shim to cutil.c
This fixes the mysterious missing gmtime() seen in some compiles of Audio.so
I don't see how this get_fname.F90 ever worked to produce the proper
filename for the .WAV; I'd like Joe's opinion.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Note that Makefile should go since it should be rebuilt from Makefile.in
by configure.
- start_threads now has HAVE_ALSA_ALSASOUND_H
- ptt_unix now uses configure HAVE_SYS_PARAM_H
Initial *non production* commit
I am a little rusty with it, sorry. --db
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@58 ab8295b8-cf94-4d9e-aec4-7959e3be5d79