Displaying 1 result from an estimated 1 matches for "have_iswalnum".
2004 Oct 23
1
Issues with compiling wine
...;
| #define PACKAGE_VERSION "20041019"
| #define PACKAGE_STRING "Wine 20041019"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_ISWALNUM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| /* end confdefs.h. */
| /* Define inet_aton to an innocuous variant, in case <limits.h> declares inet_aton.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define inet_aton innocuous_inet_aton
|
| /* System he...