1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define as the return type of signal handlers (int or void).  */
4#undef RETSIGTYPE
5
6/* Define if environ is declared in unistd.h */
7#undef ENVIRON_DECLARED
8
9/* Define if you have the strerror function.  */
10#undef HAVE_STRERROR
11
12/* Define if you have the socket library (-lsocket).  */
13#undef HAVE_LIBSOCKET
14
15/* Define if you have the DNS functions library (-lnsl).  */
16#undef HAVE_LIBNSL
17
18/* The following symbols should be defined:
19 *
20 * LINK_FILE    (vlink.c)
21 * Location of the unix socket file for communication with the server.
22 * This must be in the local filesystem, not an NFS mounted one. The
23 * configure script will normally set this for you.
24 *
25 * LINK_TIMEOUT (both tlink.c and vlink.c)
26 * Define timeout in seconds to wait for the server to start listening
27 * on the socket.
28 *
29 * LINK_HOST    (tlink.c)
30 * Name of the host we are connecting to
31 *
32 * LINK_PORT    (tlink.c)
33 * Number of the port we will use
34 *
35 */
36
37#define LINK_FILE      "~@~INSTALLARCHLIB~@~/etc/socket"
38/*#define LINK_FILE      "~_~LINK_FILE~_~"*/
39#define LINK_HOST      "127.0.0.1"
40/*#define LINK_HOST      "~_~LINK_HOST~_~"*/
41#define LINK_PORT      7786
42/*#define LINK_PORT      ~_~LINK_PORT~_~*/
43#define LINK_TIMEOUT   30
44/*#define LINK_TIMEOUT   ~_~LINK_TIMEOUT~_~*/
45
46