~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   you don't. */
5
5
#undef HAVE_DECL_PR_CAPBSET_DROP
6
6
 
7
 
/* Define to 1 if you have the <dlfcn.h> header file. */
8
 
#undef HAVE_DLFCN_H
9
 
 
10
7
/* Define to 1 if you have the <inttypes.h> header file. */
11
8
#undef HAVE_INTTYPES_H
12
9
 
46
43
/* Define to 1 if you have the <unistd.h> header file. */
47
44
#undef HAVE_UNISTD_H
48
45
 
 
46
/* lxc executable library path */
 
47
#undef LXCLIBEXECDIR
 
48
 
 
49
/* lxc configuration repository */
 
50
#undef LXCPATH
 
51
 
49
52
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
50
53
#undef NO_MINUS_C_MINUS_O
51
54