Override the gethostname() declaration on native Windows systems.
[pspp] / lib / c-strtod.h
1 double c_strtod (char const *, char **);
2 long double c_strtold (char const *, char **);