Revision 9eca6cc6 slirp/slirp_config.h

b/slirp/slirp_config.h
85 85
/* Define if the machine is big endian */
86 86
//#undef HOST_WORDS_BIGENDIAN
87 87

  
88
/* Define if your sprintf returns char * instead of int */
89
#undef BAD_SPRINTF
90

  
91 88
/* Define if you have readv */
92 89
#undef HAVE_READV
93 90

  
......
97 94
#define DECLARE_IOVEC
98 95
#endif
99 96

  
100
/* Define if a declaration of sprintf/fprintf is needed */
101
#undef DECLARE_SPRINTF
102

  
103 97
/* Define if you have a POSIX.1 sys/wait.h */
104 98
#undef HAVE_SYS_WAIT_H
105 99

  

Also available in: Unified diff