summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/confdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/ossp_uuid/confdefs.h')
-rw-r--r--shared/ossp_uuid/confdefs.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/shared/ossp_uuid/confdefs.h b/shared/ossp_uuid/confdefs.h
new file mode 100644
index 00000000..348e8580
--- /dev/null
+++ b/shared/ossp_uuid/confdefs.h
@@ -0,0 +1,49 @@
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_DLFCN_H 1
+#define LT_OBJDIR ".libs/"
+#define HAVE_LIBNSL 1
+#define HAVE_VA_COPY 1
+#define __VA_COPY_USE __VA_COPY_USE_C99
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_SELECT_H 1
+#define HAVE_NETDB_H 1
+#define HAVE_IFADDRS_H 1
+#define HAVE_NET_IF_H 1
+#define HAVE_NET_IF_ARP_H 1
+#define HAVE_NETINET_IN_H 1
+#define HAVE_ARPA_INET_H 1
+#define HAVE_STRUCT_TIMEVAL 1
+#define HAVE_GETIFADDRS 1
+#define HAVE_NANOSLEEP 1
+#define HAVE_GETTIMEOFDAY 1
+#define HAVE_LONG_LONG 1
+#define HAVE_LONG_DOUBLE 1
+#define SIZEOF_CHAR 1
+#define SIZEOF_UNSIGNED_CHAR 1
+#define SIZEOF_SHORT 2
+#define SIZEOF_UNSIGNED_SHORT 2
+#define SIZEOF_INT 4
+#define SIZEOF_UNSIGNED_INT 4
+#define SIZEOF_LONG 4
+#define SIZEOF_UNSIGNED_LONG 4
+#define SIZEOF_LONG_LONG 8
+#define SIZEOF_UNSIGNED_LONG_LONG 8
+#define WITH_CXX 1
bgstack15