summaryrefslogtreecommitdiff
path: root/src/config.in
Commit message (Collapse)AuthorAgeFilesLines
* [HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.Karl Heuer1995-03-151-0/+1
|
* (MULTI_FRAME): Define unconditionally.Richard M. Stallman1995-02-171-1/+3
|
* (HAVE_SYS_SELECT_H): Add #undef for configure.Karl Heuer1995-01-231-0/+1
|
* [NO_REMAP]: #undef static.Richard M. Stallman1995-01-211-0/+6
|
* add symbols for --with-pop, --with-kerberos, --with-hesiodDavid J. MacKenzie1994-11-221-0/+11
|
* (HAVE_GETPAGESIZE): Add #undef.Richard M. Stallman1994-10-261-1/+1
|
* *** empty log message ***Morten Welinder1994-10-171-1/+3
|
* Comment changes.Richard M. Stallman1994-10-121-5/+5
|
* (HAVE_EACCESS): Add #undef.Richard M. Stallman1994-10-071-0/+2
| | | | (HAVE_MKTIME): Add #undef.
* (HAVE_UTIME_H): Add #undef.Karl Heuer1994-10-021-0/+1
|
* (HAVE_UTIMES): Add #undef.Richard M. Stallman1994-09-251-0/+2
|
* (STACK_DIRECTION): Don't redefine if defined already.Richard M. Stallman1994-09-241-1/+5
| | | | Move definition down past #include's.
* (_ALL_SOURCE): Don't redefine if already defined.Karl Heuer1994-09-181-0/+2
|
* (HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.Karl Heuer1994-09-181-0/+4
|
* (_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.Karl Heuer1994-09-181-0/+4
|
* (EMACS_CONFIG_OPTIONS): Add #undef.Richard M. Stallman1994-09-171-0/+2
|
* (HAVE_LRAND48): Replaces HAVE_RAND48.Richard M. Stallman1994-09-041-1/+1
|
* (HAVE_RAND48): Add #undef.Richard M. Stallman1994-07-281-0/+1
|
* Add #undef HAVE_H_ERRNO.Richard M. Stallman1994-07-251-0/+3
|
* Move #undef HAVE_STRERROR before the #includes.Richard M. Stallman1994-06-231-17/+4
|
* EMACS_CONFIGURATION renamed from CONFIGURATION.Richard M. Stallman1994-05-181-1/+1
|
* (HAVE_X11XTR6): Add #undef.Richard M. Stallman1994-05-131-0/+3
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (CONFIGURATION): Add #undef.Richard M. Stallman1994-04-271-0/+2
|
* (HAVE_LIBRESOLV): Add #undef.Richard M. Stallman1994-04-231-0/+1
|
* (HAVE_INET_SOCKETS): Add #undef.Richard M. Stallman1994-04-201-0/+2
|
* (EMACS_INT, EMACS_UINT): Omit if NOT_C_CODE.Karl Heuer1994-04-181-1/+5
|
* (EMACS_INT, EMACS_UINT): New typedefs.Richard M. Stallman1994-04-171-0/+5
|
* Add #undef HAVE_FPATHCONF.Roland McGrath1994-03-081-0/+1
|
* Add #undef SYS_SIGLIST_DECLARED.Roland McGrath1994-02-111-0/+3
|
* (HAVE_FMOD): Add another #undef.Karl Heuer1994-02-011-0/+1
|
* Add #undef for USE_X_TOOLKIT.Richard M. Stallman1994-01-191-0/+3
|
* (LD_SWITCH_X_SITE_AUX): Add #undef.Richard M. Stallman1994-01-151-0/+4
|
* Add #undef HAVE_STRERROR.Roland McGrath1994-01-081-0/+4
|
* Handle HAVE_BCMP.Richard M. Stallman1994-01-071-2/+4
| | | | (BSTRING): Don't define unless HAVE_BCMP.
* Add #undef HAVE_SETSID.Richard M. Stallman1993-12-251-0/+1
|
* (HAVE_XSETWMPROTOCOLS): Add #undef.Richard M. Stallman1993-12-231-0/+1
|
* Add #undef HAVE_UNISTD_H so that configure can edit it correctly.Brian Fox1993-10-221-0/+1
|
* Add #undef HAVE_RES_INIT.Richard M. Stallman1993-09-191-0/+1
|
* Added #undef HAVE_XSCREENNUMBEROFSCREEN.Roland McGrath1993-08-131-0/+1
|
* Add #undef HAVE_FTIME.Richard M. Stallman1993-08-111-0/+1
|
* * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for theJim Blandy1993-08-091-0/+2
| | | | | | configuration script to edit. * floatfns.c (Flogb): Use HAVE_LOGB and HAVE_FREXP, instead of assuming that all USG systems have FREXP.
* * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, forJim Blandy1993-08-031-1/+2
| | | | | | | | configure to edit. * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar, for use on systems lacking the mkdir function. [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on systems lacking the rmdir function.
* * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.Jim Blandy1993-07-311-0/+2
| | | | | * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
* * config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef forJim Blandy1993-07-311-0/+2
| | | | | | configure to edit. * xrdb.c (get_user_db): Test it to decide whether or not to try to retrieve the screen-dependent resources.
* * config.h.in (HAVE_BCOPY): Add an #undef for this.Jim Blandy1993-07-311-0/+9
| | | | | | | (BSTRING): #define this iff HAVE_BCOPY is #defined here. Ignore what the system-description files say. They don't always make fine enough distinctions between systems, and sometimes the bcopy routines are available only with X windows.
* * config.h.in (HAVE_LONG_FILE_NAMES): Add an #undef, for autoconfJim Blandy1993-06-201-8/+19
| | | | | | to chew on. Re-arrange macros to reflect the ordering of the corresponding macros in configure.in, to facilitate this kind of checking.
* * config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf toJim Blandy1993-06-171-0/+1
| | | | | | | change. * sysdep.c (closedir): Only define this if autoconf can't find HAVE_CLOSEDIR. If we're running under solaris (defined (sun) && defined (USG5_4)), then don't free the buffer separately.
* * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):Jim Blandy1993-06-121-0/+5
| | | | | | | | | Add #undefs for these. Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of NO_XRM_SET_DATABASE; the latter isn't used any more. * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): Dyke out these #definitions; to avoid conflict with autoconf.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|