mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
First step trying to avoid the multiple header inclusion and recursion nightmare.
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
This commit is contained in:
parent
c10d15aa0f
commit
77b3bc239d
10 changed files with 295 additions and 72 deletions
|
|
@ -149,4 +149,12 @@ int ares_strcasecmp(const char *s1, const char *s2);
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Include macros and defines that should only be processed once.
|
||||
*/
|
||||
|
||||
#ifndef __SETUP_ONCE_H
|
||||
#include "setup_once.h"
|
||||
#endif
|
||||
|
||||
#endif /* __ARES_SETUP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue