| 72 |
|
/* Define to 1 if you have the `snprintf' function. */ |
| 73 |
|
#undef HAVE_SNPRINTF |
| 74 |
|
|
| 75 |
+ |
/* Define to 1 if you have the <socket.h> header file. */ |
| 76 |
+ |
#undef HAVE_SOCKET_H |
| 77 |
+ |
|
| 78 |
|
/* Define to 1 if you have the <stddef.h> header file. */ |
| 79 |
|
#undef HAVE_STDDEF_H |
| 80 |
|
|
| 129 |
|
/* Define to 1 if you have the <sys/wait.h> header file. */ |
| 130 |
|
#undef HAVE_SYS_WAIT_H |
| 131 |
|
|
| 132 |
+ |
/* Define to 1 if you have the <types.h> header file. */ |
| 133 |
+ |
#undef HAVE_TYPES_H |
| 134 |
+ |
|
| 135 |
|
/* Define to 1 if you have the <unistd.h> header file. */ |
| 136 |
|
#undef HAVE_UNISTD_H |
| 137 |
|
|
| 225 |
|
/* Version number of package */ |
| 226 |
|
#undef VERSION |
| 227 |
|
|
| 228 |
< |
/* Define to 1 if your processor stores words with the most significant byte |
| 229 |
< |
first (like Motorola and SPARC, unlike Intel and VAX). */ |
| 230 |
< |
#undef WORDS_BIGENDIAN |
| 228 |
> |
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 229 |
> |
significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
| 230 |
> |
#if defined __BIG_ENDIAN__ |
| 231 |
> |
# define WORDS_BIGENDIAN 1 |
| 232 |
> |
#elif ! defined __LITTLE_ENDIAN__ |
| 233 |
> |
# undef WORDS_BIGENDIAN |
| 234 |
> |
#endif |
| 235 |
|
|
| 236 |
|
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
| 237 |
|
`char[]'. */ |