Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1368)

Side by Side Diff: libgo/config.h.in

Issue 6100049: code review 6100049: mksysinfo: More fixes to emulate master Go library. (Closed)
Patch Set: Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | libgo/configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.h.in. Generated from configure.ac by autoheader. */ 1 /* config.h.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define if building universal (internal helper macro) */ 3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD 4 #undef AC_APPLE_UNIVERSAL_BUILD
5 5
6 /* Define to 1 if you have the <dlfcn.h> header file. */ 6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H 7 #undef HAVE_DLFCN_H
8 8
9 /* Define to 1 if you have the `epoll_create1' function. */ 9 /* Define to 1 if you have the `epoll_create1' function. */
10 #undef HAVE_EPOLL_CREATE1 10 #undef HAVE_EPOLL_CREATE1
(...skipping 30 matching lines...) Expand all
41 41
42 /* Define to 1 if you have the <inttypes.h> header file. */ 42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #undef HAVE_INTTYPES_H 43 #undef HAVE_INTTYPES_H
44 44
45 /* Define to 1 if you have the <linux/ether.h> header file. */ 45 /* Define to 1 if you have the <linux/ether.h> header file. */
46 #undef HAVE_LINUX_ETHER_H 46 #undef HAVE_LINUX_ETHER_H
47 47
48 /* Define to 1 if you have the <linux/filter.h> header file. */ 48 /* Define to 1 if you have the <linux/filter.h> header file. */
49 #undef HAVE_LINUX_FILTER_H 49 #undef HAVE_LINUX_FILTER_H
50 50
51 /* Define to 1 if you have the <linux/fs.h> header file. */
52 #undef HAVE_LINUX_FS_H
53
51 /* Define to 1 if you have the <linux/if_addr.h> header file. */ 54 /* Define to 1 if you have the <linux/if_addr.h> header file. */
52 #undef HAVE_LINUX_IF_ADDR_H 55 #undef HAVE_LINUX_IF_ADDR_H
53 56
54 /* Define to 1 if you have the <linux/if_ether.h> header file. */ 57 /* Define to 1 if you have the <linux/if_ether.h> header file. */
55 #undef HAVE_LINUX_IF_ETHER_H 58 #undef HAVE_LINUX_IF_ETHER_H
56 59
57 /* Define to 1 if you have the <linux/if_tun.h> header file. */ 60 /* Define to 1 if you have the <linux/if_tun.h> header file. */
58 #undef HAVE_LINUX_IF_TUN_H 61 #undef HAVE_LINUX_IF_TUN_H
59 62
60 /* Define to 1 if you have the <linux/netlink.h> header file. */ 63 /* Define to 1 if you have the <linux/netlink.h> header file. */
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 # define WORDS_BIGENDIAN 1 306 # define WORDS_BIGENDIAN 1
304 # endif 307 # endif
305 #else 308 #else
306 # ifndef WORDS_BIGENDIAN 309 # ifndef WORDS_BIGENDIAN
307 # undef WORDS_BIGENDIAN 310 # undef WORDS_BIGENDIAN
308 # endif 311 # endif
309 #endif 312 #endif
310 313
311 /* Define to `long int' if <sys/types.h> does not define. */ 314 /* Define to `long int' if <sys/types.h> does not define. */
312 #undef off_t 315 #undef off_t
OLDNEW
« no previous file with comments | « no previous file | libgo/configure » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b