version 1.1.1.3, 2018/04/24 16:54:32
|
version 1.1.1.6, 2018/04/24 18:31:14
|
Line 2
|
Line 2
|
* User definable configuration options |
* User definable configuration options |
*/ |
*/ |
|
|
/* Undefine if you don't want talk emulation */ |
|
#undef EMULATE_TALK |
|
|
|
/* Define if you want the connection to be probed */ |
/* Define if you want the connection to be probed */ |
/* XXX Not working yet, so ignore this for now */ |
/* XXX Not working yet, so ignore this for now */ |
#undef PROBE_CONN |
#undef PROBE_CONN |
Line 86
|
Line 83
|
#undef HAVE_SYS_BITYPES_H |
#undef HAVE_SYS_BITYPES_H |
|
|
/* Define if the machine is big endian */ |
/* Define if the machine is big endian */ |
//#undef WORDS_BIGENDIAN |
//#undef HOST_WORDS_BIGENDIAN |
|
|
/* Define if your sprintf returns char * instead of int */ |
/* Define if your sprintf returns char * instead of int */ |
#undef BAD_SPRINTF |
#undef BAD_SPRINTF |
Line 136
|
Line 133
|
/* Define if your compiler doesn't like prototypes */ |
/* Define if your compiler doesn't like prototypes */ |
#undef NO_PROTOTYPES |
#undef NO_PROTOTYPES |
|
|
/* Define if you don't have u_int32_t etc. typedef'd */ |
|
#undef NEED_TYPEDEFS |
|
#ifdef __sun__ |
|
#define NEED_TYPEDEFS |
|
#endif |
|
|
|
/* Define to sizeof(char) */ |
/* Define to sizeof(char) */ |
#define SIZEOF_CHAR 1 |
#define SIZEOF_CHAR 1 |
|
|
Line 190
|
Line 181
|
#define NO_UNIX_SOCKETS |
#define NO_UNIX_SOCKETS |
#endif |
#endif |
|
|
/* Define if gettimeofday only takes one argument */ |
|
#undef GETTIMEOFDAY_ONE_ARG |
|
|
|
/* Define if you have revoke() */ |
/* Define if you have revoke() */ |
#undef HAVE_REVOKE |
#undef HAVE_REVOKE |
|
|