aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-12-04 08:17:50 +0000
committerYAMAMOTO Mitsuharu2006-12-04 08:17:50 +0000
commit190956b30b1f62cf1da6651f934b33a9616e7ebd (patch)
tree66b0fbca149a2c16df03039faba41c21a0f8fc3d /src
parent0024f88fb9e7c721e9ce511b2cb3d6ee50c753f3 (diff)
downloademacs-190956b30b1f62cf1da6651f934b33a9616e7ebd.tar.gz
emacs-190956b30b1f62cf1da6651f934b33a9616e7ebd.zip
Regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index 248515d019f..2e7d77fda3f 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1,7 +1,7 @@
1/* src/config.in. Generated from configure.in by autoheader. */ 1/* src/config.in. Generated from configure.in by autoheader. */
2 2
3/* GNU Emacs site configuration template file. 3/* GNU Emacs site configuration template file.
4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, 2006 4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006
5 Free Software Foundation, Inc. 5 Free Software Foundation, Inc.
6 6
7This file is part of GNU Emacs. 7This file is part of GNU Emacs.
@@ -571,6 +571,9 @@ Boston, MA 02110-1301, USA. */
571/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 571/* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
572#undef HAVE_STRUCT_UTIMBUF 572#undef HAVE_STRUCT_UTIMBUF
573 573
574/* Define to 1 if you have the `sync' function. */
575#undef HAVE_SYNC
576
574/* Define to 1 if you have the `sysinfo' function. */ 577/* Define to 1 if you have the `sysinfo' function. */
575#undef HAVE_SYSINFO 578#undef HAVE_SYSINFO
576 579