Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
      2 
      3 static const struct xlat sockipxoptions[] = {
      4 #if defined(IPX_TYPE) || (defined(HAVE_DECL_IPX_TYPE) && HAVE_DECL_IPX_TYPE)
      5 	XLAT(IPX_TYPE),
      6 #endif
      7 	XLAT_END
      8 };
      9