OSDN Git Service

change sample configuration
[pam-smtpauth/pam_smtpauth.git] / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you want to debug */
5 #define DEBUG 1
6
7 /* Define to 1 if you have the `alarm' function. */
8 #define HAVE_ALARM 1
9
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #define HAVE_ARPA_INET_H 1
12
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #define HAVE_FCNTL_H 1
15
16 /* Define to 1 if you have the `gethostbyname' function. */
17 #define HAVE_GETHOSTBYNAME 1
18
19 /* Define to 1 if you have the `getpass' function. */
20 #define HAVE_GETPASS 1
21
22 /* Define to 1 if you have the `inet_ntoa' function. */
23 #define HAVE_INET_NTOA 1
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
27
28 /* Define to 1 if you have the `nsl' library (-lnsl). */
29 #define HAVE_LIBNSL 1
30
31 /* Define to 1 if you have the `socket' library (-lsocket). */
32 /* #undef HAVE_LIBSOCKET */
33
34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35    to 0 otherwise. */
36 #define HAVE_MALLOC 1
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #define HAVE_MEMORY_H 1
40
41 /* Define to 1 if you have the `memset' function. */
42 #define HAVE_MEMSET 1
43
44 /* Define to 1 if you have the <netdb.h> header file. */
45 #define HAVE_NETDB_H 1
46
47 /* Define to 1 if you have the <netinet/in.h> header file. */
48 #define HAVE_NETINET_IN_H 1
49
50 /* Define to 1 if you have the `socket' function. */
51 #define HAVE_SOCKET 1
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #define HAVE_STDINT_H 1
55
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #define HAVE_STDLIB_H 1
58
59 /* Define to 1 if you have the `strchr' function. */
60 #define HAVE_STRCHR 1
61
62 /* Define to 1 if you have the `strdup' function. */
63 #define HAVE_STRDUP 1
64
65 /* Define to 1 if you have the <strings.h> header file. */
66 #define HAVE_STRINGS_H 1
67
68 /* Define to 1 if you have the <string.h> header file. */
69 #define HAVE_STRING_H 1
70
71 /* Define to 1 if you have the `strncasecmp' function. */
72 #define HAVE_STRNCASECMP 1
73
74 /* Define to 1 if you have the `strpbrk' function. */
75 #define HAVE_STRPBRK 1
76
77 /* Define to 1 if you have the `strstr' function. */
78 #define HAVE_STRSTR 1
79
80 /* Define to 1 if you have the <syslog.h> header file. */
81 #define HAVE_SYSLOG_H 1
82
83 /* Define to 1 if you have the <sys/socket.h> header file. */
84 #define HAVE_SYS_SOCKET_H 1
85
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #define HAVE_SYS_STAT_H 1
88
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #define HAVE_SYS_TYPES_H 1
91
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #define HAVE_UNISTD_H 1
94
95 /* Name of package */
96 #define PACKAGE "pam_smtpauth"
97
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT "taizo.ito@hde.co.jp"
100
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME "pam_smtpauth"
103
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING "pam_smtpauth 0.9.2"
106
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME "pam_smtpauth"
109
110 /* Define to the version of this package. */
111 #define PACKAGE_VERSION "0.9.2"
112
113 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1
115
116 /* Define for OpenSSL */
117 #define USE_SSL 1
118
119 /* Version number of package */
120 #define VERSION "0.9.2"
121
122 /* Define to empty if `const' does not conform to ANSI C. */
123 /* #undef const */
124
125 /* Define to rpl_malloc if the replacement function should be used. */
126 /* #undef malloc */
127
128 /* Define to `unsigned' if <sys/types.h> does not define. */
129 /* #undef size_t */