~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

Viewing changes to bin/win32/BINDInstall/StdAfx.h

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
//      are changed infrequently
4
4
//
5
5
 
 
6
/*
 
7
 * Minimum version is Windows XP
 
8
 */
 
9
#define _WIN32_WINNT 0x0501
 
10
 
6
11
#ifndef _CRT_SECURE_NO_DEPRECATE
7
12
#define _CRT_SECURE_NO_DEPRECATE 1
8
13
#endif