diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-06 17:30:56 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-06 17:30:56 -0700 |
commit | 49ebbd6507703a81b7a26783c9f76b3041b1d7c9 (patch) | |
tree | d3ae35655baef96031091ef1e66199e0027438cf /src/m | |
parent | 2882364886562e5786f1b636c7660c1caaf6ba86 (diff) | |
download | emacs-49ebbd6507703a81b7a26783c9f76b3041b1d7c9.tar.gz |
Define LIB_STANDARD and START_FILES using autoconf.
* s/usg5-4.h (LIB_STANDARD):
* s/netbsd.h (START_FILES):
* s/irix6-5.h (LIB_STANDARD):
* s/hpux10-20.h (LIB_STANDARD, START_FILES):
* s/gnu-linux.h (START_FILES, LIB_STANDARD):
* s/freebsd.h (START_FILES):
* s/darwin.h (START_FILES):
* s/cygwin.h (START_FILES):
* s/aix4-2.h (LIB_STANDARD):
* m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
* Makefile.in (STARTFILES): Rename to START_FILES, define using
autoconf, not cpp.
Define START_FILES and LIB_STANDARD using autoconf.
* configure.in (START_FILES, LIB_STANDARD): New definitions, moved
here from src/s/*.h.
(HAVE_CRTIN): Remove, inline logic in the netbsd
START_FILES/LIB_STANDARD computation.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/ibmrs6000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index cae666a43a0..8cc0b0155a3 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -36,7 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #undef ADDR_CORRECT #define ADDR_CORRECT(x) ((int)(x)) -#define START_FILES /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ #define BROKEN_FIONREAD /* As we define BROKEN_FIONREAD, SIGIO will be undefined in systty.h. |