Usermode - More hackery to get glib compiling
[tpg/acess2.git] / Usermode / Libraries / libresolv.so_src / include_exp / arpa / nameser.h
1 /*
2  * Acess2 POSIX Sockets Emulation
3  * - By John Hodge (thePowersGang)
4  *
5  * arpa/nameser.h
6  * - BSD name resolution (TODO: move to libresolv)
7  *
8  * NOTE: I have no fucking idea who/what defines this header, it's wanted by glib
9  */
10 #ifndef _LIBPSOCKET__ARPA_NAMESER_H_
11 #define _LIBPSOCKET__ARPA_NAMESER_H_
12
13 #define C_IN    0x1
14
15 #endif
16

UCC git Repository :: git.ucc.asn.au