File: config.h.in

package info (click to toggle)
dsniff 2.4b1%2Bdebian-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,020 kB
  • ctags: 971
  • sloc: ansic: 10,345; sh: 4,443; makefile: 166
file content (110 lines) | stat: -rw-r--r-- 2,782 bytes parent folder | download | duplicates (10)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

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

/* Define if your <sys/time.h> declares struct tm.  */
#undef TM_IN_SYS_TIME

/* Define if the X Window System is missing or not being used.  */
#undef X_DISPLAY_MISSING

/* Define to 'uint32_t' if <sys/types.h> doesn't define. */
#undef u_int32_t

/* Define to 'uint64_t' if <sys/types.h> doesn't define. */
#undef u_int64_t

/* Define to 'u_int32_t' if <sys/types.h> doesn't define. */
#undef in_addr_t

/* Define if you have the <db.h> header file.  */
#undef HAVE_DB_H

/* Define if you have the <db_185.h> header file.  */
#undef HAVE_DB_185_H

/* Should be in <sys/param.h>, *sigh* */
#undef HAVE_MINMAX
#ifndef HAVE_MINMAX
#define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b))
#endif

/* Define if you have the MD5Update function.  */
#undef HAVE_MD5UPDATE

/* Define if you have the dirname function.  */
#undef HAVE_DIRNAME

/* Define if you have the ether_ntoa function.  */
#undef HAVE_ETHER_NTOA

/* Define if you have the gethostname function.  */
#undef HAVE_GETHOSTNAME

/* Define if you have the socket function.  */
#undef HAVE_SOCKET

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

/* Define if you have the strlcat function.  */
#undef HAVE_STRLCAT

/* Define if you have the strlcpy function.  */
#undef HAVE_STRLCPY

/* Define if you have the strsep function.  */
#undef HAVE_STRSEP

/* Define if you have the strstr function.  */
#undef HAVE_STRSTR

/* Define if you have the warnx function.  */
#undef HAVE_WARNX

/* Define if you have the <err.h> header file.  */
#undef HAVE_ERR_H

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <libgen.h> header file.  */
#undef HAVE_LIBGEN_H

/* Define if you have the <net/if_tun.h> header file.  */
#undef HAVE_NET_IF_TUN_H

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

/* Define if you have the <sys/queue.h> header file.  */
#undef HAVE_SYS_QUEUE_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 resolv library (-lresolv).  */
#undef HAVE_LIBRESOLV

/* Define if you have the rpcsvc library (-lrpcsvc).  */
#undef HAVE_LIBRPCSVC

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