Auto-commit of generated files.
This commit is contained in:
parent
d105a573fc
commit
a31a4cdacb
2 changed files with 1 additions and 53 deletions
|
@ -157,10 +157,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
*/
|
||||
#undef FIRST_PTY_LETTER
|
||||
|
||||
/* Define if the float library doesn't handle errors by either setting errno,
|
||||
or signaling SIGFPE. */
|
||||
#undef FLOAT_CHECK_DOMAIN
|
||||
|
||||
/* Enable compile-time and run-time bounds-checking, and some warnings,
|
||||
without upsetting glibc 2.15+. */
|
||||
#if defined __OPTIMIZE__ && __OPTIMIZE__
|
||||
|
@ -371,9 +367,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define to 1 if you have the `fmod' function. */
|
||||
#undef HAVE_FMOD
|
||||
|
||||
/* Define to 1 if you have the `fork' function. */
|
||||
#undef HAVE_FORK
|
||||
|
||||
|
@ -386,9 +379,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Define to 1 if using the freetype and fontconfig libraries. */
|
||||
#undef HAVE_FREETYPE
|
||||
|
||||
/* Define to 1 if you have the `frexp' function. */
|
||||
#undef HAVE_FREXP
|
||||
|
||||
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
||||
#undef HAVE_FSEEKO
|
||||
|
||||
|
@ -540,9 +530,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if you have the functions acosh, asinh, and atanh. */
|
||||
#undef HAVE_INVERSE_HYPERBOLIC
|
||||
|
||||
/* Define to 1 if you have the jpeg library (-ljpeg). */
|
||||
#undef HAVE_JPEG
|
||||
|
||||
|
@ -1182,9 +1169,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* Define if XEditRes should not be used. */
|
||||
#undef NO_EDITRES
|
||||
|
||||
/* Define to 1 if you don't have struct exception in math.h. */
|
||||
#undef NO_MATHERR
|
||||
|
||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||
#undef NO_MINUS_C_MINUS_O
|
||||
|
||||
|
|
38
autogen/configure
vendored
38
autogen/configure
vendored
|
@ -8887,38 +8887,6 @@ $as_echo "#define HAVE_SPEED_T 1" >>confdefs.h
|
|||
|
||||
fi
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
|
||||
$as_echo_n "checking for struct exception... " >&6; }
|
||||
if test "${emacs_cv_struct_exception+set}" = set; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#include <math.h>
|
||||
int
|
||||
main ()
|
||||
{
|
||||
static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
||||
emacs_cv_struct_exception=yes
|
||||
else
|
||||
emacs_cv_struct_exception=no
|
||||
fi
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_exception" >&5
|
||||
$as_echo "$emacs_cv_struct_exception" >&6; }
|
||||
HAVE_EXCEPTION=$emacs_cv_struct_exception
|
||||
if test $emacs_cv_struct_exception != yes || test $opsys = darwin; then
|
||||
|
||||
$as_echo "#define NO_MATHERR 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -13209,7 +13177,7 @@ esac
|
|||
|
||||
for ac_func in gethostname \
|
||||
closedir getrusage get_current_dir_name \
|
||||
lrand48 logb frexp fmod cbrt setsid \
|
||||
lrand48 logb cbrt setsid \
|
||||
fpathconf select euidaccess getpagesize setlocale \
|
||||
utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \
|
||||
__fpending strsignal setitimer \
|
||||
|
@ -14858,10 +14826,6 @@ $as_echo "#define AMPERSAND_FULL_NAME 1" >>confdefs.h
|
|||
$as_echo "#define CLASH_DETECTION 1" >>confdefs.h
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Note: PTYs are broken on darwin <6. Use at your own risk.
|
||||
|
||||
$as_echo "#define HAVE_PTYS 1" >>confdefs.h
|
||||
|
|
Loading…
Add table
Reference in a new issue