[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/config.h, Revision 1.11

1.1       deraadt     1: /* config.h.  Generated automatically by configure.  */
                      2: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
                      3: /*
                      4:
                      5: acconfig.h - template used by autoheader to create config.h.in
                      6: config.h.in - used by autoconf to create config.h
                      7: config.h - created by autoconf; contains defines generated by autoconf
                      8:
                      9: Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>
                     10:
                     11: */
                     12:
                     13: #define RCSID(msg) \
                     14: static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
                     15:
                     16:
                     17: /* Define as the return type of signal handlers (int or void).  */
                     18: #define RETSIGTYPE void
                     19:
                     20: /* Define this to be the path of the xauth program. */
                     21: #define XAUTH_PATH "/usr/X11R6/bin/xauth"
                     22:
                     23: /* This is defined if we found a lastlog file.  The presence of lastlog.h
                     24:    alone is not a sufficient indicator (at least newer BSD systems have
                     25:    lastlog but no lastlog.h. */
                     26: #define HAVE_LASTLOG 1
                     27:
                     28: /* Define this if libutil.a contains BSD 4.4 compatible login(), logout(),
                     29:    and logwtmp() calls. */
                     30: #define HAVE_LIBUTIL_LOGIN 1
                     31:
                     32: /* Location of system mail spool directory. */
                     33: #define MAIL_SPOOL_DIRECTORY "/var/mail"
                     34:
                     35: /* Define this to use pipes instead of socketpairs for communicating with the
                     36:    client program.  Socketpairs do not seem to work on all systems. */
                     37: #define USE_PIPES 1
                     38:
                     39: /* Define if you have the seteuid function.  */
                     40: #define HAVE_SETEUID 1
                     41:
                     42: /* Define if you have the setlogin function.  */
                     43: #define HAVE_SETLOGIN 1