File: config.h.in

package info (click to toggle)
ffingerd 1.28-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 220 kB
  • ctags: 42
  • sloc: ansic: 324; sh: 316; makefile: 83
file content (69 lines) | stat: -rw-r--r-- 1,858 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
#undef STAT_MACROS_BROKEN

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

/* Define if you have the getnameinfo function.  */
#undef HAVE_GETNAMEINFO

/* Define if you have the getpeername function.  */
#undef HAVE_GETPEERNAME

/* Define if you have the getpwnam function.  */
#undef HAVE_GETPWNAM

/* Define if you have the index function.  */
#undef HAVE_INDEX

/* Define if you have the inet_ntoa function.  */
#undef HAVE_INET_NTOA

/* Define if you have the strchr function.  */
#undef HAVE_STRCHR

/* Define if you have the syslog function.  */
#undef HAVE_SYSLOG

/* Define if you have the <arpa/inet.h> header file.  */
#undef HAVE_ARPA_INET_H

/* Define if you have the <errno.h> header file.  */
#undef HAVE_ERRNO_H

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

/* Define if you have the <sys/errno.h> header file.  */
#undef HAVE_SYS_ERRNO_H

/* Define if you have the <sys/syslog.h> header file.  */
#undef HAVE_SYS_SYSLOG_H

/* Define if you have the <syslog.h> header file.  */
#undef HAVE_SYSLOG_H

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

/* Define if you have the gen library (-lgen).  */
#undef HAVE_LIBGEN

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

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

/* Which syslog facility to use for the ffingerd warning messages
 *    The syslog messages ffingerd can generate are listed in README */
#undef LOG_FACILITY

/* Define this for fascist logging (even successful finger attempts are
 *  * logged to syslog */
#undef FASCIST_LOGGING

/* Define it if you want IPv6 support */
#undef INET6