File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / igmpproxy / config.h.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:00:29 2012 UTC (12 years, 3 months ago) by misho
Branches: igmpproxy, MAIN
CVS tags: v0_1p0, v0_1, HEAD
igmpproxy

    1: /* config.h.in.  Generated from configure.ac by autoheader.  */
    2: 
    3: /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
    4: #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
    5: 
    6: /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
    7: #undef HAVE_STRUCT_SOCKADDR_SA_LEN
    8: 
    9: /* Name of package */
   10: #undef PACKAGE
   11: 
   12: /* Define to the address where bug reports for this package should be sent. */
   13: #undef PACKAGE_BUGREPORT
   14: 
   15: /* Define to the full name of this package. */
   16: #undef PACKAGE_NAME
   17: 
   18: /* Define to the full name and version of this package. */
   19: #undef PACKAGE_STRING
   20: 
   21: /* Define to the one symbol short name of this package. */
   22: #undef PACKAGE_TARNAME
   23: 
   24: /* Define to the version of this package. */
   25: #undef PACKAGE_VERSION
   26: 
   27: /* Version number of package */
   28: #undef VERSION

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>