version 1.1.1.6, 2018/04/24 18:31:14
|
version 1.1.1.7, 2018/04/24 18:40:45
|
Line 85
|
Line 85
|
/* Define if the machine is big endian */ |
/* Define if the machine is big endian */ |
//#undef HOST_WORDS_BIGENDIAN |
//#undef HOST_WORDS_BIGENDIAN |
|
|
/* Define if your sprintf returns char * instead of int */ |
|
#undef BAD_SPRINTF |
|
|
|
/* Define if you have readv */ |
/* Define if you have readv */ |
#undef HAVE_READV |
#undef HAVE_READV |
|
|
Line 97
|
Line 94
|
#define DECLARE_IOVEC |
#define DECLARE_IOVEC |
#endif |
#endif |
|
|
/* Define if a declaration of sprintf/fprintf is needed */ |
|
#undef DECLARE_SPRINTF |
|
|
|
/* Define if you have a POSIX.1 sys/wait.h */ |
/* Define if you have a POSIX.1 sys/wait.h */ |
#undef HAVE_SYS_WAIT_H |
#undef HAVE_SYS_WAIT_H |
|
|