mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
This commit is contained in:
parent
697496ff99
commit
cef95aadeb
17 changed files with 91 additions and 12 deletions
|
|
@ -488,6 +488,8 @@ endif
|
|||
@echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@
|
||||
@echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@
|
||||
@echo $(DL)#define RETSIGTYPE void$(DL) >> $@
|
||||
@echo $(DL)#define SIZEOF_INT 4$(DL) >> $@
|
||||
@echo $(DL)#define SIZEOF_SHORT 4$(DL) >> $@
|
||||
@echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@
|
||||
@echo $(DL)#define STDC_HEADERS 1$(DL) >> $@
|
||||
@echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue