aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-05-13 20:17:27 -0700
committerGlenn Morris2010-05-13 20:17:27 -0700
commit372b409053486a836a02572bfd467e3cae08ee09 (patch)
tree771ae3854c3364f4f2e58bf36792e043cac16729 /src
parentf14d1dfda15717473601225ac8cca404ae789552 (diff)
downloademacs-372b409053486a836a02572bfd467e3cae08ee09.tar.gz
emacs-372b409053486a836a02572bfd467e3cae08ee09.zip
Regenerate configure, src/config.in.
Diffstat (limited to 'src')
-rw-r--r--src/config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/config.in b/src/config.in
index a2eb09f8321..35530943682 100644
--- a/src/config.in
+++ b/src/config.in
@@ -482,6 +482,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
482/* Define to 1 if you have a working `mmap' system call. */ 482/* Define to 1 if you have a working `mmap' system call. */
483#undef HAVE_MMAP 483#undef HAVE_MMAP
484 484
485/* Define if you have mouse support. */
486#undef HAVE_MOUSE
487
485/* Define to 1 if you have the `mremap' function. */ 488/* Define to 1 if you have the `mremap' function. */
486#undef HAVE_MREMAP 489#undef HAVE_MREMAP
487 490
@@ -737,6 +740,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
737/* Define to 1 if you have the <vfork.h> header file. */ 740/* Define to 1 if you have the <vfork.h> header file. */
738#undef HAVE_VFORK_H 741#undef HAVE_VFORK_H
739 742
743/* Define if you have a window system. */
744#undef HAVE_WINDOW_SYSTEM
745
740/* Define to 1 if `fork' works. */ 746/* Define to 1 if `fork' works. */
741#undef HAVE_WORKING_FORK 747#undef HAVE_WORKING_FORK
742 748
@@ -1004,12 +1010,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1004#undef volatile 1010#undef volatile
1005 1011
1006 1012
1007/* If we're using X11/Carbon/GNUstep, define some consequences. */
1008#if defined(HAVE_X_WINDOWS) || defined(HAVE_NS)
1009#define HAVE_WINDOW_SYSTEM
1010#define HAVE_MOUSE
1011#endif
1012
1013/* Define AMPERSAND_FULL_NAME if you use the convention 1013/* Define AMPERSAND_FULL_NAME if you use the convention
1014 that & in the full name stands for the login id. */ 1014 that & in the full name stands for the login id. */
1015/* Turned on June 1996 supposing nobody will mind it. */ 1015/* Turned on June 1996 supposing nobody will mind it. */
@@ -1034,7 +1034,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1034#endif 1034#endif
1035#endif /* __FreeBSD__ || __NetBSD__ || __linux__ */ 1035#endif /* __FreeBSD__ || __NetBSD__ || __linux__ */
1036 1036
1037/* If using GNU, then support inline function declarations. */ 1037/* If using GNU, then support inline function declarations. */
1038/* Don't try to switch on inline handling as detected by AC_C_INLINE 1038/* Don't try to switch on inline handling as detected by AC_C_INLINE
1039 generally, because even if non-gcc compilers accept `inline', they 1039 generally, because even if non-gcc compilers accept `inline', they
1040 may reject `extern inline'. */ 1040 may reject `extern inline'. */
@@ -1059,7 +1059,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1059/* Set up some defines, C and LD flags for NeXTstep interface on GNUstep. 1059/* Set up some defines, C and LD flags for NeXTstep interface on GNUstep.
1060 (There is probably a better place to do this, but right now the Cocoa 1060 (There is probably a better place to do this, but right now the Cocoa
1061 side does this in s/darwin.h and we cannot 1061 side does this in s/darwin.h and we cannot
1062 parallel this exactly since GNUstep is multi-OS. */ 1062 parallel this exactly since GNUstep is multi-OS. */
1063#ifdef HAVE_NS 1063#ifdef HAVE_NS
1064# ifdef NS_IMPL_GNUSTEP 1064# ifdef NS_IMPL_GNUSTEP
1065/* GNUstep needs a bit more pure memory. Of the existing knobs, 1065/* GNUstep needs a bit more pure memory. Of the existing knobs,
@@ -1156,7 +1156,7 @@ extern char *getenv ();
1156#include "string.h" 1156#include "string.h"
1157#endif 1157#endif
1158#ifdef HAVE_STRINGS_H 1158#ifdef HAVE_STRINGS_H
1159#include "strings.h" /* May be needed for bcopy & al. */ 1159#include "strings.h" /* May be needed for bcopy & al. */
1160#endif 1160#endif
1161#ifdef HAVE_STDLIB_H 1161#ifdef HAVE_STDLIB_H
1162#include <stdlib.h> 1162#include <stdlib.h>