Revision 79383c9c slirp/slirp_config.h

b/slirp/slirp_config.h
128 128
#undef HAVE_SYS_STROPTS_H
129 129

  
130 130
/* Define to whatever your compiler thinks inline should be */
131
#define inline inline
131
//#define inline inline
132 132

  
133 133
/* Define to whatever your compiler thinks const should be */
134
#define const const
134
//#define const const
135 135

  
136 136
/* Define if your compiler doesn't like prototypes */
137 137
#undef NO_PROTOTYPES
......
170 170
#undef HAVE_SETENV
171 171

  
172 172
/* Define if you have index() */
173
#undef HAVE_INDEX
173
#define HAVE_INDEX
174 174

  
175 175
/* Define if you have bcmp() */
176 176
#undef HAVE_BCMP
......
182 182
#define HAVE_MEMMOVE
183 183

  
184 184
/* Define if you have gethostid */
185
#undef HAVE_GETHOSTID
185
#define HAVE_GETHOSTID
186 186

  
187 187
/* Define if you DON'T have unix-domain sockets */
188 188
#undef NO_UNIX_SOCKETS

Also available in: Unified diff