~ubuntu-branches/ubuntu/utopic/expat/utopic

« back to all changes in this revision

Viewing changes to expat_config.h.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-20 22:37:22 UTC
  • mfrom: (1.1.4) (5.1.7 precise)
  • Revision ID: package-import@ubuntu.com-20120320223722-wq8sq4gykhlvc8j9
Tags: 2.1.0~beta3-1
* QA upload.
* Beta release 2.1.0 beta3. Closes: #663579.
  - CVE-2012-1147 - Resource leak in readfilemap.c.
  - CVE-2012-1148 - Memory leak in poolGrow.
  - CVE-2012-0876 - Hash DOS attack.
  - Remove patches applied upstream.
* Remove Daniel from uploaders (orphaned package).
* Update package format to 3.0.
* Enable hardened build. Closes: #653526.
* Add a symbols file.
* Install expat pkgconfig file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* Define to 1 if you have the <string.h> header file. */
40
40
#undef HAVE_STRING_H
41
41
 
 
42
/* Define to 1 if you have the <sys/param.h> header file. */
 
43
#undef HAVE_SYS_PARAM_H
 
44
 
42
45
/* Define to 1 if you have the <sys/stat.h> header file. */
43
46
#undef HAVE_SYS_STAT_H
44
47
 
48
51
/* Define to 1 if you have the <unistd.h> header file. */
49
52
#undef HAVE_UNISTD_H
50
53
 
 
54
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
55
   */
 
56
#undef LT_OBJDIR
 
57
 
51
58
/* Define to the address where bug reports for this package should be sent. */
52
59
#undef PACKAGE_BUGREPORT
53
60
 
60
67
/* Define to the one symbol short name of this package. */
61
68
#undef PACKAGE_TARNAME
62
69
 
 
70
/* Define to the home page for this package. */
 
71
#undef PACKAGE_URL
 
72
 
63
73
/* Define to the version of this package. */
64
74
#undef PACKAGE_VERSION
65
75
 
85
95
/* Define to empty if `const' does not conform to ANSI C. */
86
96
#undef const
87
97
 
88
 
/* Define to `long' if <sys/types.h> does not define. */
 
98
/* Define to `long int' if <sys/types.h> does not define. */
89
99
#undef off_t
90
100
 
91
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
101
/* Define to `unsigned int' if <sys/types.h> does not define. */
92
102
#undef size_t