forked from appneta/tcpreplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
59 lines (42 loc) · 1.19 KB
/
config.h.in
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
/* Our code version */
#undef VERSION
/* Version of libpcapnav we were compiled against */
#undef PCAPNAV_VERSION
/* Are we big endian? */
#undef WORDS_BIGENDIAN
/* Define to 'uint8_t' if <sys/types.h> doesn't define. */
#undef u_int8_t
/* Define to 'uint16_t' if <sys/types.h> doesn't define. */
#undef u_int16_t
/* 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 enable debugging code and -d flag */
#undef DEBUG
/* Do we have the new inet_aton ? */
#undef INET_ATON
/* do we have the old inet_addr ? */
#undef INET_ADDR
/* do we have to force strict byte alignment? */
#undef FORCE_ALIGN
/* Large file support */
#ifndef _FILE_OFFSET_BITS
#undef _FILE_OFFSET_BITS
#endif
#undef _LARGE_FILES
#undef _LARGEFILE_SOURCE
/* Various functions */
#undef HAVE_FSEEKO
#undef HAVE_STRNCPY
/* We need fakepoll if poll.h and sys/poll.h don't exist */
#undef HAVE_POLL_H
#undef HAVE_SYS_POLL_H
#undef HAVE_UNISTD_H
#undef HAVE_STRING_H
/* Is libpcapnav available? */
#undef HAVE_PCAPNAV
/* Is tcpdump available? */
#undef HAVE_TCPDUMP
/* if so, where is it located? */
#undef TCPDUMP_BINARY