aboutsummaryrefslogtreecommitdiffstats
path: root/libbridge
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-03-28 17:52:54 -0700
committerStephen Hemminger <shemminger@vyatta.com>2011-03-28 17:52:54 -0700
commitfd647340f15f868573a119bb38cbe8caa7c59a2c (patch)
tree5b8e9e67712b1d388c5e03da07afe373a2accef2 /libbridge
parentfd984d16e7fb97664dd6b6486e6f5ac9fa443aff (diff)
downloadandroid_external_brctl-fd647340f15f868573a119bb38cbe8caa7c59a2c.tar.gz
android_external_brctl-fd647340f15f868573a119bb38cbe8caa7c59a2c.tar.bz2
android_external_brctl-fd647340f15f868573a119bb38cbe8caa7c59a2c.zip
Update URL of git repository
No longer uses sourceforge.
Diffstat (limited to 'libbridge')
-rw-r--r--libbridge/config.h.in77
1 files changed, 74 insertions, 3 deletions
diff --git a/libbridge/config.h.in b/libbridge/config.h.in
index 12881c4..22d1d7a 100644
--- a/libbridge/config.h.in
+++ b/libbridge/config.h.in
@@ -1,8 +1,79 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* libbridge/config.h.in. Generated from configure.in by autoheader. */
-/* Name of package */
+/* Define to 1 if you have the `gethostname' function. */
+#undef HAVE_GETHOSTNAME
+
+/* Define to 1 if you have the `if_indextoname' function. */
+#undef HAVE_IF_INDEXTONAME
+
+/* Define to 1 if you have the `if_nametoindex' function. */
+#undef HAVE_IF_NAMETOINDEX
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the `socket' function. */
+#undef HAVE_SOCKET
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the `uname' function. */
+#undef HAVE_UNAME
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
#undef PACKAGE_NAME
-/* Version number of package */
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const