~ubuntu-branches/ubuntu/trusty/libusbx/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-09-08 23:02:48 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130908230248-4kw3cmchhsmslp88
Tags: 2:1.0.17-1
* New upstream version.
  - Drop 0000-linux-Use-a-separate-lock-to-serialize-start-stop-vs.patch
  - Drop 0001-hotplug-Remove-use-of-pthread_cancel-from-linux_udev.patch
  - Drop 0002-linux_netlink-close-netlink-socket-on-init-error.patch
  - Drop 0003-linux_netlink-Remove-use-of-pthread_cancel.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* Message logging */
10
10
#undef ENABLE_LOGGING
11
11
 
 
12
/* Define to 1 if you have the <asm/types.h> header file. */
 
13
#undef HAVE_ASM_TYPES_H
 
14
 
12
15
/* Define to 1 if you have the <dlfcn.h> header file. */
13
16
#undef HAVE_DLFCN_H
14
17
 
54
57
/* Define to 1 if the system has the type `struct timespec'. */
55
58
#undef HAVE_STRUCT_TIMESPEC
56
59
 
 
60
/* syslog() function available */
 
61
#undef HAVE_SYSLOG_FUNC
 
62
 
 
63
/* Define to 1 if you have the <syslog.h> header file. */
 
64
#undef HAVE_SYSLOG_H
 
65
 
 
66
/* Define to 1 if you have the <sys/socket.h> header file. */
 
67
#undef HAVE_SYS_SOCKET_H
 
68
 
57
69
/* Define to 1 if you have the <sys/stat.h> header file. */
58
70
#undef HAVE_SYS_STAT_H
59
71
 
79
91
/* Linux backend */
80
92
#undef OS_LINUX
81
93
 
82
 
/* OpenBSD/NetBSD backend */
 
94
/* NetBSD backend */
 
95
#undef OS_NETBSD
 
96
 
 
97
/* OpenBSD backend */
83
98
#undef OS_OPENBSD
84
99
 
85
100
/* Windows backend */
118
133
/* timerfd headers available */
119
134
#undef USBI_TIMERFD_AVAILABLE
120
135
 
 
136
/* Enable output to system log */
 
137
#undef USE_SYSTEM_LOGGING_FACILITY
 
138
 
121
139
/* Use udev for device enumeration/hotplug */
122
140
#undef USE_UDEV
123
141