diff options
author | Guillem Jover <guillem@hadrons.org> | 2008-06-18 07:59:43 +0300 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-06-18 07:59:43 +0300 |
commit | d033e58045ab39b159e74d390eda76c3988a06fd (patch) | |
tree | 3f8f696c6605977f9f6788280136c3e0f1ef3a4b | |
parent | c14d23b5d749d8f06fc857003f848f25ee87638f (diff) | |
download | libbsd-d033e58045ab39b159e74d390eda76c3988a06fd.tar.gz |
Remove cruft macros and includes
-rw-r--r-- | include/bsd/bsd.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h index 75c25e5..5add995 100644 --- a/include/bsd/bsd.h +++ b/include/bsd/bsd.h @@ -38,30 +38,4 @@ #include <bsd/ip_icmp.h> #include <time.h> -/* - * Stuff to be moved. - */ - -#define __BSD_VISIBLE 1 -#define __XSI_VISIBLE 1 -#include <sys/limits.h> - -#include <sys/types.h> - -#define MLD_LISTENER_QUERY 130 /* multicast listener query */ -#define MLD_LISTENER_REPORT 131 /* multicast listener report */ -#define MLD_LISTENER_DONE 132 /* multicast listener done */ -#define ICMP6_ROUTER_RENUMBERING 138 /* router renumbering */ -#define ICMP6_WRUREQUEST 139 /* who are you request */ -#define ICMP6_WRUREPLY 140 /* who are you reply */ -#define ICMP6_FQDN_QUERY 139 /* FQDN query */ -#define ICMP6_FQDN_REPLY 140 /* FQDN reply */ -#define ICMP6_NI_QUERY 139 /* node information request */ -#define ICMP6_NI_REPLY 140 /* node information reply */ -#define MLD_MTRACE_RESP 200 /* mtrace resp (to sender) */ -#define MLD_MTRACE 201 /* mtrace messages */ -#define ICMP6_DST_UNREACH_BEYONDSCOPE 2 /* beyond scope of source address */ -#define ND_REDIRECT_ONLINK 0 /* redirect to an on-link node */ -#define ND_REDIRECT_ROUTER 1 /* redirect to a better router */ - #endif |