aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 23:33:50 -0800
committerPaul Eggert2011-01-08 23:33:50 -0800
commite275c824b0fe255bbb5af98a6c9a21bb8321d6e8 (patch)
tree55f731672b2aa769d9807f3d014ffbf33c5a759e /src
parent84bbb1add53329f6059958a9609240aed336258c (diff)
downloademacs-e275c824b0fe255bbb5af98a6c9a21bb8321d6e8.tar.gz
emacs-e275c824b0fe255bbb5af98a6c9a21bb8321d6e8.zip
Regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/config.in132
1 files changed, 132 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 89a057fc00e..a1ddc22cb71 100644
--- a/src/config.in
+++ b/src/config.in
@@ -87,6 +87,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
87/* Define to 1 if gettimeofday accepts only one argument. */ 87/* Define to 1 if gettimeofday accepts only one argument. */
88#undef GETTIMEOFDAY_ONE_ARGUMENT 88#undef GETTIMEOFDAY_ONE_ARGUMENT
89 89
90/* Define to 1 when the gnulib module getopt-gnu should be tested. */
91#undef GNULIB_TEST_GETOPT_GNU
92
90/* Define to 1 when the gnulib module mktime should be tested. */ 93/* Define to 1 when the gnulib module mktime should be tested. */
91#undef GNULIB_TEST_MKTIME 94#undef GNULIB_TEST_MKTIME
92 95
@@ -142,10 +145,22 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
142/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ 145/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
143#undef HAVE_DBUS_WATCH_GET_UNIX_FD 146#undef HAVE_DBUS_WATCH_GET_UNIX_FD
144 147
148/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
149 */
150#undef HAVE_DECL_GETENV
151
152/* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
153 don't. */
154#undef HAVE_DECL_GETOPT_CLIP
155
145/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you 156/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
146 don't. */ 157 don't. */
147#undef HAVE_DECL_LOCALTIME_R 158#undef HAVE_DECL_LOCALTIME_R
148 159
160/* Define to 1 if you have the declaration of `optreset', and to 0 if you
161 don't. */
162#undef HAVE_DECL_OPTRESET
163
149/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 164/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
150 don't. */ 165 don't. */
151#undef HAVE_DECL_SYS_SIGLIST 166#undef HAVE_DECL_SYS_SIGLIST
@@ -560,6 +575,123 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
560/* Define to 1 if you have the `random' function. */ 575/* Define to 1 if you have the `random' function. */
561#undef HAVE_RANDOM 576#undef HAVE_RANDOM
562 577
578/* Define to 1 if chown is declared even after undefining macros. */
579#undef HAVE_RAW_DECL_CHOWN
580
581/* Define to 1 if dup2 is declared even after undefining macros. */
582#undef HAVE_RAW_DECL_DUP2
583
584/* Define to 1 if dup3 is declared even after undefining macros. */
585#undef HAVE_RAW_DECL_DUP3
586
587/* Define to 1 if endusershell is declared even after undefining macros. */
588#undef HAVE_RAW_DECL_ENDUSERSHELL
589
590/* Define to 1 if environ is declared even after undefining macros. */
591#undef HAVE_RAW_DECL_ENVIRON
592
593/* Define to 1 if euidaccess is declared even after undefining macros. */
594#undef HAVE_RAW_DECL_EUIDACCESS
595
596/* Define to 1 if faccessat is declared even after undefining macros. */
597#undef HAVE_RAW_DECL_FACCESSAT
598
599/* Define to 1 if fchdir is declared even after undefining macros. */
600#undef HAVE_RAW_DECL_FCHDIR
601
602/* Define to 1 if fchownat is declared even after undefining macros. */
603#undef HAVE_RAW_DECL_FCHOWNAT
604
605/* Define to 1 if fsync is declared even after undefining macros. */
606#undef HAVE_RAW_DECL_FSYNC
607
608/* Define to 1 if ftruncate is declared even after undefining macros. */
609#undef HAVE_RAW_DECL_FTRUNCATE
610
611/* Define to 1 if getcwd is declared even after undefining macros. */
612#undef HAVE_RAW_DECL_GETCWD
613
614/* Define to 1 if getdomainname is declared even after undefining macros. */
615#undef HAVE_RAW_DECL_GETDOMAINNAME
616
617/* Define to 1 if getdtablesize is declared even after undefining macros. */
618#undef HAVE_RAW_DECL_GETDTABLESIZE
619
620/* Define to 1 if getgroups is declared even after undefining macros. */
621#undef HAVE_RAW_DECL_GETGROUPS
622
623/* Define to 1 if gethostname is declared even after undefining macros. */
624#undef HAVE_RAW_DECL_GETHOSTNAME
625
626/* Define to 1 if getlogin is declared even after undefining macros. */
627#undef HAVE_RAW_DECL_GETLOGIN
628
629/* Define to 1 if getlogin_r is declared even after undefining macros. */
630#undef HAVE_RAW_DECL_GETLOGIN_R
631
632/* Define to 1 if getpagesize is declared even after undefining macros. */
633#undef HAVE_RAW_DECL_GETPAGESIZE
634
635/* Define to 1 if getusershell is declared even after undefining macros. */
636#undef HAVE_RAW_DECL_GETUSERSHELL
637
638/* Define to 1 if lchown is declared even after undefining macros. */
639#undef HAVE_RAW_DECL_LCHOWN
640
641/* Define to 1 if link is declared even after undefining macros. */
642#undef HAVE_RAW_DECL_LINK
643
644/* Define to 1 if linkat is declared even after undefining macros. */
645#undef HAVE_RAW_DECL_LINKAT
646
647/* Define to 1 if lseek is declared even after undefining macros. */
648#undef HAVE_RAW_DECL_LSEEK
649
650/* Define to 1 if pipe is declared even after undefining macros. */
651#undef HAVE_RAW_DECL_PIPE
652
653/* Define to 1 if pipe2 is declared even after undefining macros. */
654#undef HAVE_RAW_DECL_PIPE2
655
656/* Define to 1 if pread is declared even after undefining macros. */
657#undef HAVE_RAW_DECL_PREAD
658
659/* Define to 1 if pwrite is declared even after undefining macros. */
660#undef HAVE_RAW_DECL_PWRITE
661
662/* Define to 1 if readlink is declared even after undefining macros. */
663#undef HAVE_RAW_DECL_READLINK
664
665/* Define to 1 if readlinkat is declared even after undefining macros. */
666#undef HAVE_RAW_DECL_READLINKAT
667
668/* Define to 1 if rmdir is declared even after undefining macros. */
669#undef HAVE_RAW_DECL_RMDIR
670
671/* Define to 1 if setusershell is declared even after undefining macros. */
672#undef HAVE_RAW_DECL_SETUSERSHELL
673
674/* Define to 1 if sleep is declared even after undefining macros. */
675#undef HAVE_RAW_DECL_SLEEP
676
677/* Define to 1 if symlink is declared even after undefining macros. */
678#undef HAVE_RAW_DECL_SYMLINK
679
680/* Define to 1 if symlinkat is declared even after undefining macros. */
681#undef HAVE_RAW_DECL_SYMLINKAT
682
683/* Define to 1 if ttyname_r is declared even after undefining macros. */
684#undef HAVE_RAW_DECL_TTYNAME_R
685
686/* Define to 1 if unlink is declared even after undefining macros. */
687#undef HAVE_RAW_DECL_UNLINK
688
689/* Define to 1 if unlinkat is declared even after undefining macros. */
690#undef HAVE_RAW_DECL_UNLINKAT
691
692/* Define to 1 if usleep is declared even after undefining macros. */
693#undef HAVE_RAW_DECL_USLEEP
694
563/* Define to 1 if you have the `recvfrom' function. */ 695/* Define to 1 if you have the `recvfrom' function. */
564#undef HAVE_RECVFROM 696#undef HAVE_RECVFROM
565 697