comparison src/config.in @ 83353:532e0a9335a9

Merged in changes from CVS trunk. Plus added lisp/term tweaks. Patches applied: * lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0 tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474 * lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1 Add CVS metadata files. * lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2 Update from CVS. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 04 Sep 2005 03:48:17 +0000
parents 6c13700d1c13 993b52f1f2a5
children de684325b343
comparison
equal deleted inserted replaced
83352:b258b3492423 83353:532e0a9335a9
189 #undef HAVE_GETLINE 189 #undef HAVE_GETLINE
190 190
191 /* Define to 1 if you have the `getloadavg' function. */ 191 /* Define to 1 if you have the `getloadavg' function. */
192 #undef HAVE_GETLOADAVG 192 #undef HAVE_GETLOADAVG
193 193
194 /* Define to 1 if you have the <getopt.h> header file. */
195 #undef HAVE_GETOPT_H
196
197 /* Define to 1 if you have the `getopt_long_only' function. */
198 #undef HAVE_GETOPT_LONG_ONLY
199
194 /* Define to 1 if you have the `getpagesize' function. */ 200 /* Define to 1 if you have the `getpagesize' function. */
195 #undef HAVE_GETPAGESIZE 201 #undef HAVE_GETPAGESIZE
196 202
197 /* Define to 1 if you have the `getpeername' function. */ 203 /* Define to 1 if you have the `getpeername' function. */
198 #undef HAVE_GETPEERNAME 204 #undef HAVE_GETPEERNAME
783 #undef RETSIGTYPE 789 #undef RETSIGTYPE
784 790
785 /* If using the C implementation of alloca, define if you know the 791 /* If using the C implementation of alloca, define if you know the
786 direction of stack growth for your system; otherwise it will be 792 direction of stack growth for your system; otherwise it will be
787 automatically deduced at run-time. 793 automatically deduced at run-time.
788 STACK_DIRECTION > 0 => grows toward higher addresses 794 STACK_DIRECTION > 0 => grows toward higher addresses
789 STACK_DIRECTION < 0 => grows toward lower addresses 795 STACK_DIRECTION < 0 => grows toward lower addresses
790 STACK_DIRECTION = 0 => direction of growth unknown */ 796 STACK_DIRECTION = 0 => direction of growth unknown */
791 #undef STACK_DIRECTION 797 #undef STACK_DIRECTION
792 798
793 /* Define to 1 if you have the ANSI C header files. */ 799 /* Define to 1 if you have the ANSI C header files. */
794 #undef STDC_HEADERS 800 #undef STDC_HEADERS
795 801
843 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 849 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
844 #undef _LARGEFILE_SOURCE 850 #undef _LARGEFILE_SOURCE
845 851
846 /* Define for large files, on AIX-style hosts. */ 852 /* Define for large files, on AIX-style hosts. */
847 #undef _LARGE_FILES 853 #undef _LARGE_FILES
854
855 /* Define to rpl_ if the getopt replacement functions and variables should be
856 used. */
857 #undef __GETOPT_PREFIX
848 858
849 /* Define like PROTOTYPES; this can be used by system headers. */ 859 /* Define like PROTOTYPES; this can be used by system headers. */
850 #undef __PROTOTYPES 860 #undef __PROTOTYPES
851 861
852 /* Define to compiler's equivalent of C99 restrict keyword. Don't define if 862 /* Define to compiler's equivalent of C99 restrict keyword. Don't define if