Path: utzoo!attcan!uunet!husc6!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.emacs Subject: Re: Missing shortnames/remap.h and other troubles Message-ID: <27437@tut.cis.ohio-state.edu> Date: 14 Nov 88 17:10:13 GMT References: <8811140607.AA05485@EDDIE.MIT.EDU> Sender: news@tut.cis.ohio-state.edu Lines: 10 In-reply-to: ROBERTS@UORNSRL.BITNET's message of 12 Nov 88 21:46:00 GMT shortnames/remap.h is built on the fly using a horrible ugly hack to analyze all of your .[ch] files, find unique occurrences, and eventually (very eventually) spit out a remap.h file which maps long names into 8-character names that are palatable to machines running with braindamaged C compilers, notably SysVRel5.0 and previous. If your system wanted to include remap.h, it's because the config.h file detected a lack of ability to differentiate among longnames which are not unique within the first 8 characters. Find the source to that problem, and you'll not have to worry about remap.h any more.