X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Usermode%2FLibraries%2Flibresolv.so_src%2Finclude_exp%2Farpa%2Fnameser.h;fp=Usermode%2FLibraries%2Flibresolv.so_src%2Finclude_exp%2Farpa%2Fnameser.h;h=5f2532b5b3553c7aea06cd72d28d326f42f29dd0;hp=0000000000000000000000000000000000000000;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b diff --git a/Usermode/Libraries/libresolv.so_src/include_exp/arpa/nameser.h b/Usermode/Libraries/libresolv.so_src/include_exp/arpa/nameser.h new file mode 100644 index 00000000..5f2532b5 --- /dev/null +++ b/Usermode/Libraries/libresolv.so_src/include_exp/arpa/nameser.h @@ -0,0 +1,16 @@ +/* + * Acess2 POSIX Sockets Emulation + * - By John Hodge (thePowersGang) + * + * arpa/nameser.h + * - BSD name resolution (TODO: move to libresolv) + * + * NOTE: I have no fucking idea who/what defines this header, it's wanted by glib + */ +#ifndef _LIBPSOCKET__ARPA_NAMESER_H_ +#define _LIBPSOCKET__ARPA_NAMESER_H_ + +#define C_IN 0x1 + +#endif +