diff options
author | Ed Swierk <eswierk@aristanetworks.com> | 2009-07-22 17:53:15 -0700 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:15 -0500 |
commit | 97df1ee542eb5aeec42ce1244fa9da86f9209ee3 (patch) | |
tree | 1cc14678a68f12edc72dd9f1fe36904568abb10a /slirp/slirp_config.h | |
parent | 3174ecd128ba5a4dc67de2a23cf2d385af1c4e70 (diff) |
slirp: Remove UDP protocol emulation (talk, cuseeme)
The UDP emulation code for talk has been commented out since the
beginning of time, and unless someone who runs CU-SeeMe on qemu with
user-mode networking can vouch that the special magic (a) is necessary
and (b) works, let's get rid of the code.
Signed-off-by: Ed Swierk <eswierk@aristanetworks.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/slirp_config.h')
-rw-r--r-- | slirp/slirp_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index dbc8dfd428..ebaa99cdab 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -2,9 +2,6 @@ * User definable configuration options */ -/* Undefine if you don't want talk emulation */ -#undef EMULATE_TALK - /* Define if you want the connection to be probed */ /* XXX Not working yet, so ignore this for now */ #undef PROBE_CONN |