~ubuntu-branches/ubuntu/trusty/kmod/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-24 06:16:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131024061630-o87ipf2zxqtpigls
Tags: 15-0ubuntu1
* New upstream release. (See Debian #716739)
* Drop patches included upstream: dot_kcmdline, bad_alias_assertion,
  blacklist_aliased.
* Drop check_builtin_kver, this would only apply to lucid and is otherwise
  unnecessary.
* Drop --disable-shared/--enable-static, this got dropped in this version
  and isn't necessary any more. /bin/kmod does not dynamically link to
  libkmod by default now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* Define to 1 if you have the <dlfcn.h> header file. */
19
19
#undef HAVE_DLFCN_H
20
20
 
 
21
/* Define to 1 if you have the `finit_module' function. */
 
22
#undef HAVE_FINIT_MODULE
 
23
 
21
24
/* Define to 1 if you have the <inttypes.h> header file. */
22
25
#undef HAVE_INTTYPES_H
23
26
 
 
27
/* Define to 1 if you have the <linux/module.h> header file. */
 
28
#undef HAVE_LINUX_MODULE_H
 
29
 
24
30
/* Define to 1 if you have the <memory.h> header file. */
25
31
#undef HAVE_MEMORY_H
26
32
 
 
33
/* Define to 1 if you have the `secure_getenv' function. */
 
34
#undef HAVE_SECURE_GETENV
 
35
 
27
36
/* Define to 1 if you have the <stdint.h> header file. */
28
37
#undef HAVE_STDINT_H
29
38
 
51
60
/* Define to 1 if you have the <unistd.h> header file. */
52
61
#undef HAVE_UNISTD_H
53
62
 
 
63
/* Define to 1 if you have the `__secure_getenv' function. */
 
64
#undef HAVE___SECURE_GETENV
 
65
 
54
66
/* Define to 1 if you have the `__xstat' function. */
55
67
#undef HAVE___XSTAT
56
68
 
58
70
   */
59
71
#undef LT_OBJDIR
60
72
 
61
 
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
62
 
#undef NO_MINUS_C_MINUS_O
63
 
 
64
73
/* Name of package */
65
74
#undef PACKAGE
66
75