File: config.h.in

package info (click to toggle)
ffingerd 1.25-2.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 176 kB
  • ctags: 11
  • sloc: sh: 297; ansic: 224; makefile: 71
file content (58 lines) | stat: -rw-r--r-- 1,580 bytes parent folder | download
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
/* Which syslog facility to use for the ffingerd warning messages
   The syslog messages ffingerd can generate are listed in README */
#define LOG_FACILITY LOG_INFO

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

/* 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 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 nsl library (-lnsl).  */
#undef HAVE_LIBNSL

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