config.h | config.h | |||
---|---|---|---|---|
/* config.h. Generated by configure. */ | /* config.h. Generated from config.h.in by configure. */ | |||
/* config.h.in. Generated from configure.ac by autoheader. */ | /* config.h.in. Generated from configure.ac by autoheader. */ | |||
/* Define to 1 if you have the declaration of `openpam_borrow_cred', and to 0 | /* Define to 1 if you have the declaration of `openpam_borrow_cred', and to 0 | |||
if you don't. */ | if you don't. */ | |||
#define HAVE_DECL_OPENPAM_BORROW_CRED 0 | #define HAVE_DECL_OPENPAM_BORROW_CRED 0 | |||
/* Define to 1 if you have the declaration of `openpam_restore_cred', and t o 0 | /* Define to 1 if you have the declaration of `openpam_restore_cred', and t o 0 | |||
if you don't. */ | if you don't. */ | |||
#define HAVE_DECL_OPENPAM_RESTORE_CRED 0 | #define HAVE_DECL_OPENPAM_RESTORE_CRED 0 | |||
skipping to change at line 91 | skipping to change at line 91 | |||
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | |||
#define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_WAIT_H 1 | |||
/* Define to 1 if you have the <unistd.h> header file. */ | /* Define to 1 if you have the <unistd.h> header file. */ | |||
#define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | |||
/* Name of package */ | /* Name of package */ | |||
#define PACKAGE "pam_ssh" | #define PACKAGE "pam_ssh" | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#define PACKAGE_BUGREPORT "ajk@waterspout.com" | #define PACKAGE_BUGREPORT "ajk@ajk.name" | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#define PACKAGE_NAME "pam_ssh" | #define PACKAGE_NAME "pam_ssh" | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#define PACKAGE_STRING "pam_ssh 1.91" | #define PACKAGE_STRING "pam_ssh 1.92" | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#define PACKAGE_TARNAME "pam_ssh" | #define PACKAGE_TARNAME "pam_ssh" | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#define PACKAGE_VERSION "1.91" | #define PACKAGE_VERSION "1.92" | |||
/* Path to ssh-agent */ | /* Path to ssh-agent */ | |||
#define PATH_SSH_AGENT "/usr/bin/ssh-agent" | #define PATH_SSH_AGENT "/usr/bin/ssh-agent" | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#define STDC_HEADERS 1 | #define STDC_HEADERS 1 | |||
/* Version number of package */ | /* Version number of package */ | |||
#define VERSION "1.91" | #define VERSION "1.92" | |||
/* Define to empty if `const' does not conform to ANSI C. */ | /* Define to empty if `const' does not conform to ANSI C. */ | |||
/* #undef const */ | /* #undef const */ | |||
/* Define to `int' if <sys/types.h> doesn't define. */ | /* Define to `int' if <sys/types.h> doesn't define. */ | |||
/* #undef gid_t */ | /* #undef gid_t */ | |||
/* Define to `long' if <sys/types.h> does not define. */ | /* Define to `long int' if <sys/types.h> does not define. */ | |||
/* #undef off_t */ | /* #undef off_t */ | |||
/* Define to `int' if <sys/types.h> does not define. */ | /* Define to `int' if <sys/types.h> does not define. */ | |||
/* #undef pid_t */ | /* #undef pid_t */ | |||
/* Define to `unsigned' if <sys/types.h> does not define. */ | /* Define to `unsigned int' if <sys/types.h> does not define. */ | |||
/* #undef size_t */ | /* #undef size_t */ | |||
/* Define to `int' if <sys/types.h> doesn't define. */ | /* Define to `int' if <sys/types.h> doesn't define. */ | |||
/* #undef uid_t */ | /* #undef uid_t */ | |||
End of changes. 7 change blocks. | ||||
7 lines changed or deleted | 7 lines changed or added | |||