libptpmgmt  1.4
libptpmgmt library that provides the functionality of linuxptp pmc
config.h
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 <byteswap.h> header file. */
8 #define HAVE_BYTESWAP_H 1
9 
10 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
11  don't. */
12 #define HAVE_DECL_STRERROR_R 1
13 
14 /* Define to 1 if you have the <dirent.h> header file. */
15 #define HAVE_DIRENT_H 1
16 
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #define HAVE_DLFCN_H 1
19 
20 /* Define to 1 if you have the <endian.h> header file. */
21 #define HAVE_ENDIAN_H 1
22 
23 /* Define to 1 if you have the <fcntl.h> header file. */
24 #define HAVE_FCNTL_H 1
25 
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
28 
29 /* Define to 1 if you have the <net/if.h> header file. */
30 #define HAVE_NET_IF_H 1
31 
32 /* Define to 1 if you have the <poll.h> header file. */
33 #define HAVE_POLL_H 1
34 
35 /* Define to 1 if you have the <pwd.h> header file. */
36 #define HAVE_PWD_H 1
37 
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_H 1
40 
41 /* Define to 1 if you have the <stdio.h> header file. */
42 #define HAVE_STDIO_H 1
43 
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #define HAVE_STDLIB_H 1
46 
47 /* Define to 1 if you have the `strerrorlen_s' function. */
48 /* #undef HAVE_STRERRORLEN_S */
49 
50 /* Define if you have `strerror_r'. */
51 #define HAVE_STRERROR_R 1
52 
53 /* Define to 1 if you have the `strerror_s' function. */
54 /* #undef HAVE_STRERROR_S */
55 
56 /* Define to 1 if you have the <strings.h> header file. */
57 #define HAVE_STRINGS_H 1
58 
59 /* Define to 1 if you have the <string.h> header file. */
60 #define HAVE_STRING_H 1
61 
62 /* Define to 1 if you have the `strnlen_s' function. */
63 /* #undef HAVE_STRNLEN_S */
64 
65 /* Define to 1 if you have the `strtok_r' function. */
66 #define HAVE_STRTOK_R 1
67 
68 /* Define to 1 if you have the `strtok_s' function. */
69 /* #undef HAVE_STRTOK_S */
70 
71 /* Define to 1 if you have the <sys/ioctl.h> header file. */
72 #define HAVE_SYS_IOCTL_H 1
73 
74 /* Define to 1 if you have the <sys/select.h> header file. */
75 #define HAVE_SYS_SELECT_H 1
76 
77 /* Define to 1 if you have the <sys/socket.h> header file. */
78 #define HAVE_SYS_SOCKET_H 1
79 
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #define HAVE_SYS_STAT_H 1
82 
83 /* Define to 1 if you have the <sys/timex.h> header file. */
84 #define HAVE_SYS_TIMEX_H 1
85 
86 /* Define to 1 if you have the <sys/time.h> header file. */
87 #define HAVE_SYS_TIME_H 1
88 
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #define HAVE_SYS_TYPES_H 1
91 
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #define HAVE_UNISTD_H 1
94 
95 /* Define to the sub-directory where libtool stores uninstalled libraries. */
96 #define LT_OBJDIR ".libs/"
97 
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT ""
100 
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME "libptpmgmt"
103 
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING "libptpmgmt 1.4"
106 
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME "libptpmgmt-1.4"
109 
110 /* Define to the home page for this package. */
111 #define PACKAGE_URL "https://libptpmgmt.nwtime.org"
112 
113 /* Define to the version of this package. */
114 #define PACKAGE_VERSION "1.4"
115 
116 /* Define to 1 if all of the C90 standard headers exist (not just the ones
117  required in a freestanding environment). This macro is provided for
118  backward compatibility; new code need not use it. */
119 #define STDC_HEADERS 1
120 
121 /* Define to 1 if strerror_r returns char *. */
122 #define STRERROR_R_CHAR_P 1
123 
124 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
125  significant byte first (like Motorola and SPARC, unlike Intel). */
126 #if defined AC_APPLE_UNIVERSAL_BUILD
127 # if defined __BIG_ENDIAN__
128 # define WORDS_BIGENDIAN 1
129 # endif
130 #else
131 # ifndef WORDS_BIGENDIAN
132 /* # undef WORDS_BIGENDIAN */
133 # endif
134 #endif