/* config.h.  Generated by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to number of arguments for gethostbyname_r */
/* #undef GETHOSTBYNAME_R_NUM_ARGS */

/* Define to number of arguments for getservbyname_r */
/* #undef GETSERVBYNAME_R_NUM_ARGS */

/* Define to 1 if you have the <arpa/aixrcmds.h> header file. */
/* #undef HAVE_ARPA_AIXRCMDS_H */

/* Define to 1 if you have the <crypt.h> header file. */
/* #undef HAVE_CRYPT_H */

/* Define if you have the gethostbyname_r function */
/* #undef HAVE_GETHOSTBYNAME_R */

/* Define if your system has a POSIX-compliant getpwuid_r */
/* #undef HAVE_GETPWUID_R */

/* Define if you have the getservbyname_r function */
/* #undef HAVE_GETSERVBYNAME_R */

/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */

/* Define to 1 if you have the `crypt' library (-lcrypt). */
#define HAVE_LIBCRYPT 1

/* Define to 1 if you have the `nsl' library (-lnsl). */
/* #undef HAVE_LIBNSL */

/* Define to 1 if you have the `readline' library (-lreadline). */
#define HAVE_LIBREADLINE 1

/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */

/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */

/* Define to 1 if you have the <paths.h> header file. */
#define HAVE_PATHS_H 1

/* Define to 1 if you have the `poll' function. */
#define HAVE_POLL 1

/* Define to 1 if you have the <readline/history.h> header file. */
#define HAVE_READLINE_HISTORY_H 1

/* Define to 1 if you have the <readline/readline.h> header file. */
#define HAVE_READLINE_READLINE_H 1

/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1

/* Define if your system has a working snprintf */
#define HAVE_SNPRINTF 1

/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */

/* Define to 1 if you have the <stdlib.h> header file. */
/* #undef HAVE_STDLIB_H */

/* Define if you have the strdup function */
#define HAVE_STRDUP 1

/* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */

/* Define to 1 if you have the <string.h> header file. */
/* #undef HAVE_STRING_H */

/* Define if you have the strlcat function */
#define HAVE_STRLCAT 1

/* Define if you have the strlcpy function */
#define HAVE_STRLCPY 1

/* Define if you have the strsep function */
#define HAVE_STRSEP 1

/* Define to 1 if you have the <sys/poll.h> header file. */
#define HAVE_SYS_POLL_H 1

/* Define to 1 if you have the <sys/select.h> header file. */
/* #undef HAVE_SYS_SELECT_H */

/* Define to 1 if you have the <sys/stat.h> header file. */
/* #undef HAVE_SYS_STAT_H */

/* Define to 1 if you have the <sys/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */

/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */

/* Path to more. */
#define MORE "/usr/bin/more"

/* Define if you want to use the gethostbyname_r function */
#define NEED_GETHOSTBYNAME_R 1

/* Define if you want to use the getservbyname_r function */
#define NEED_GETSERVBYNAME_R 1

/* Define if you want to use the snprintf function */
#define NEED_SNPRINTF 1

/* Define if you want to use the strdup function */
#define NEED_STRDUP 1

/* Define if you want to use the strlcat function */
#define NEED_STRLCAT 1

/* Define if you want to use the strlcpy function */
#define NEED_STRLCPY 1

/* Define if you want to use the strsep function */
#define NEED_STRSEP 1

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define PACKAGE_NAME "nph"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "nph 1.2.3"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "nph"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.3"

/* Default mailmatch fields */
#define PH_DEFAULT_MAILMATCHES "alias:callsign"

/* Define to 1 if you have the ANSI C header files. */
/* #undef STDC_HEADERS */

/* Path to vi. */
#define VI "/usr/local/bin/vi"

/* Define to 1 if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
/* # undef _ALL_SOURCE */
#endif

/* Define to empty if `const' does not conform to ANSI C. */
#define const 

/* Define to `unsigned' if <sys/types.h> does not define. */
#define size_t unsigned


syntax highlighted by Code2HTML, v. 0.9.1