liblscp  0.6.1
config.h
Go to the documentation of this file.
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6 
7 /* Define to 1 if you have the `bind' function. */
8 #define HAVE_BIND 1
9 
10 /* Define to 1 if you have the `connect' function. */
11 #define HAVE_CONNECT 1
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_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 `getsockname' function. */
20 #define HAVE_GETSOCKNAME 1
21 
22 /* Define to 1 if you have the `getsockopt' function. */
23 #define HAVE_GETSOCKOPT 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 `pthread' library (-lpthread). */
29 #define HAVE_LIBPTHREAD 1
30 
31 /* Define to 1 if you have the `listen' function. */
32 #define HAVE_LISTEN 1
33 
34 /* Define to 1 if you have the `memmove' function. */
35 #define HAVE_MEMMOVE 1
36 
37 /* Define to 1 if you have the <memory.h> header file. */
38 #define HAVE_MEMORY_H 1
39 
40 /* Define to 1 if you have the `memset' function. */
41 #define HAVE_MEMSET 1
42 
43 /* Define to 1 if you have the <netdb.h> header file. */
44 #define HAVE_NETDB_H 1
45 
46 /* Define to 1 if you have the <netinet/in.h> header file. */
47 #define HAVE_NETINET_IN_H 1
48 
49 /* Define to 1 if you have the <netinet/tcp.h> header file. */
50 #define HAVE_NETINET_TCP_H 1
51 
52 /* Define to 1 if you have the `setsockopt' function. */
53 #define HAVE_SETSOCKOPT 1
54 
55 /* Define to 1 if you have the `socket' function. */
56 #define HAVE_SOCKET 1
57 
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #define HAVE_STDINT_H 1
60 
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #define HAVE_STDLIB_H 1
63 
64 /* Define to 1 if you have the `strdup' function. */
65 #define HAVE_STRDUP 1
66 
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69 
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72 
73 /* Define to 1 if you have the `strtok_r' function. */
74 #define HAVE_STRTOK_R 1
75 
76 /* Define to 1 if you have the <sys/socket.h> header file. */
77 #define HAVE_SYS_SOCKET_H 1
78 
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81 
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84 
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87 
88 /* Define to the sub-directory where libtool stores uninstalled libraries. */
89 #define LT_OBJDIR ".libs/"
90 
91 /* Name of package */
92 #define PACKAGE "liblscp"
93 
94 /* Define to the address where bug reports for this package should be sent. */
95 #define PACKAGE_BUGREPORT ""
96 
97 /* Define to the full name of this package. */
98 #define PACKAGE_NAME ""
99 
100 /* Define to the full name and version of this package. */
101 #define PACKAGE_STRING ""
102 
103 /* Define to the one symbol short name of this package. */
104 #define PACKAGE_TARNAME ""
105 
106 /* Define to the home page for this package. */
107 #define PACKAGE_URL ""
108 
109 /* Define to the version of this package. */
110 #define PACKAGE_VERSION ""
111 
112 /* Define to 1 if you have the ANSI C header files. */
113 #define STDC_HEADERS 1
114 
115 /* Version number of package */
116 #define VERSION "0.6.1"
117 
118 /* Define to empty if `const' does not conform to ANSI C. */
119 /* #undef const */
120 
121 /* Define to `unsigned int' if <sys/types.h> does not define. */
122 /* #undef size_t */