diff options
| author | Glenn Morris | 2011-03-26 22:33:36 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-03-26 22:33:36 -0400 |
| commit | a4800c245067b1344d83e7cc6b2c538cbc0d2606 (patch) | |
| tree | af57a080b8dbb8852ee00386744de9e48d81a1ed | |
| parent | 9af30bdf17f8371664bc0c5854c91c2e46257b5e (diff) | |
| download | emacs-a4800c245067b1344d83e7cc6b2c538cbc0d2606.tar.gz emacs-a4800c245067b1344d83e7cc6b2c538cbc0d2606.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 8 | ||||
| -rwxr-xr-x | autogen/configure | 34 |
2 files changed, 0 insertions, 42 deletions
diff --git a/autogen/config.in b/autogen/config.in index eb7fd7749dd..57ff5f45e0c 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -999,9 +999,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 999 | slash */ | 999 | slash */ |
| 1000 | #undef REPLACE_FUNC_STAT_FILE | 1000 | #undef REPLACE_FUNC_STAT_FILE |
| 1001 | 1001 | ||
| 1002 | /* Define as the return type of signal handlers (`int' or `void'). */ | ||
| 1003 | #undef RETSIGTYPE | ||
| 1004 | |||
| 1005 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type | 1002 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type |
| 1006 | 'sig_atomic_t'. */ | 1003 | 'sig_atomic_t'. */ |
| 1007 | #undef SIG_ATOMIC_T_SUFFIX | 1004 | #undef SIG_ATOMIC_T_SUFFIX |
| @@ -1274,11 +1271,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1274 | # define SYSTEM_PURESIZE_EXTRA 30000 | 1271 | # define SYSTEM_PURESIZE_EXTRA 30000 |
| 1275 | #endif | 1272 | #endif |
| 1276 | 1273 | ||
| 1277 | /* SIGTYPE is the macro we actually use. */ | ||
| 1278 | #ifndef SIGTYPE | ||
| 1279 | #define SIGTYPE RETSIGTYPE | ||
| 1280 | #endif | ||
| 1281 | |||
| 1282 | #ifdef emacs /* Don't do this for lib-src. */ | 1274 | #ifdef emacs /* Don't do this for lib-src. */ |
| 1283 | /* Tell regex.c to use a type compatible with Emacs. */ | 1275 | /* Tell regex.c to use a type compatible with Emacs. */ |
| 1284 | #define RE_TRANSLATE_TYPE Lisp_Object | 1276 | #define RE_TRANSLATE_TYPE Lisp_Object |
diff --git a/autogen/configure b/autogen/configure index 47b760c2dd8..94c65d62ccd 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -7899,40 +7899,6 @@ $as_echo "#define HAVE_STRUCT_UTIMBUF 1" >>confdefs.h | |||
| 7899 | 7899 | ||
| 7900 | fi | 7900 | fi |
| 7901 | 7901 | ||
| 7902 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 | ||
| 7903 | $as_echo_n "checking return type of signal handlers... " >&6; } | ||
| 7904 | if test "${ac_cv_type_signal+set}" = set; then : | ||
| 7905 | $as_echo_n "(cached) " >&6 | ||
| 7906 | else | ||
| 7907 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 7908 | /* end confdefs.h. */ | ||
| 7909 | #include <sys/types.h> | ||
| 7910 | #include <signal.h> | ||
| 7911 | |||
| 7912 | int | ||
| 7913 | main () | ||
| 7914 | { | ||
| 7915 | return *(signal (0, 0)) (0) == 1; | ||
| 7916 | ; | ||
| 7917 | return 0; | ||
| 7918 | } | ||
| 7919 | _ACEOF | ||
| 7920 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 7921 | ac_cv_type_signal=int | ||
| 7922 | else | ||
| 7923 | ac_cv_type_signal=void | ||
| 7924 | fi | ||
| 7925 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 7926 | fi | ||
| 7927 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5 | ||
| 7928 | $as_echo "$ac_cv_type_signal" >&6; } | ||
| 7929 | |||
| 7930 | cat >>confdefs.h <<_ACEOF | ||
| 7931 | #define RETSIGTYPE $ac_cv_type_signal | ||
| 7932 | _ACEOF | ||
| 7933 | |||
| 7934 | |||
| 7935 | |||
| 7936 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 | 7902 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 |
| 7937 | $as_echo_n "checking for speed_t... " >&6; } | 7903 | $as_echo_n "checking for speed_t... " >&6; } |
| 7938 | if test "${emacs_cv_speed_t+set}" = set; then : | 7904 | if test "${emacs_cv_speed_t+set}" = set; then : |