~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Johnston
  • Date: 2005-12-08 19:20:21 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208192021-nyp9rwnt77nsg6ty
Tags: 0.47-1
* New upstream release.
* SECURITY: Fix incorrect buffer sizing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
/* Define to 1 if you have the <netinet/in.h> header file. */
163
163
#undef HAVE_NETINET_IN_H
164
164
 
 
165
/* Define to 1 if you have the <netinet/in_systm.h> header file. */
 
166
#undef HAVE_NETINET_IN_SYSTM_H
 
167
 
165
168
/* Define to 1 if you have the <netinet/tcp.h> header file. */
166
169
#undef HAVE_NETINET_TCP_H
167
170
 
240
243
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
241
244
#undef HAVE_STRUCT_SOCKADDR_STORAGE
242
245
 
 
246
/* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
 
247
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
 
248
 
 
249
/* Define to 1 if `__family' is member of `struct sockadd_storage'. */
 
250
#undef HAVE_STRUCT_SOCKADD_STORAGE___FAMILY
 
251
 
243
252
/* Define to 1 if `ut_addr' is member of `struct utmpx'. */
244
253
#undef HAVE_STRUCT_UTMPX_UT_ADDR
245
254