~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-03 21:32:50 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20111103213250-w49ucjmux3hbwnta
Tags: 0.9.1.95-1
* New upstream release (0.9.2 rc1).
  - Fix connection sharing with newer iptables versions. (Closes: #638995)
  - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
* debian/watch: Track .xz tarballs.
* debian/libnm-util2.symbols: Add new symbols for libnm-util.
* debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
  - Avoid blowing away existing routes and resolv.conf if NM never managed
    any devices. (Closes: #546893, #624159, #637005, #641904)
* debian/control: Add Build-Depends on libglib2.0-doc for proper
  cross-references in the gtk-doc API documentation.
* Enable default hardening options from dpkg-buildflags.
  - Use buildflags.mk snippet in debian/rules.
  - Add Build-Depends on dpkg-dev (>= 1.6.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define if building universal (internal helper macro) */
4
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
5
 
 
6
/* Define if you have GNU backtrace extensions */
 
7
#undef ENABLE_CRASHTRACE
 
8
 
6
9
/* Define to 1 if translation of program messages to the user's native
7
10
   language is requested. */
8
11
#undef ENABLE_NLS
44
47
/* Define to 1 if you have the <inttypes.h> header file. */
45
48
#undef HAVE_INTTYPES_H
46
49
 
 
50
/* Define if you require libnl-1 legacy support */
 
51
#undef HAVE_LIBNL1
 
52
 
 
53
/* Define if you require specific libnl-2 support */
 
54
#undef HAVE_LIBNL2
 
55
 
 
56
/* Define if you require specific libnl-3 support */
 
57
#undef HAVE_LIBNL3
 
58
 
47
59
/* Define to 1 if you have the <memory.h> header file. */
48
60
#undef HAVE_MEMORY_H
49
61