iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net pull request #51
Remove curl/types.h includes
olebole merged 1 commit to iraf-community/iraf
olebole commented on 2017-05-09
curl/types.h
is deprecated since a loooong time. And it is removed since 6 years. Therefore, the code does not build anymore on MacOSX which ships with a more modern version of curl (#49).
Even with the version that is included in IRAF (7.20.1, 7 years old) curl/types.h
is not required to be included. So we can just remove it.
This fixes #49.
Commits
- Remove curl/types.h includes [c2a09c3e]
Last updated on 2017-06-08