- if (eai) {
- /* Add eai profile entry, to pass 8bit setting to
- getname()/getadrx(). This doesn't seem to be necessary
- now, but it's here just in case the code changes
- later. */
- add_profile_entry("eai", "8bit");
-
- /* Add mhbuild switch to enable 8bit headers. */
- buildvec[i++] = "-headerencoding";
- buildvec[i++] = "8bit";
- }