diff options
| author | Joakim Verona | 2012-12-15 12:27:44 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-15 12:27:44 +0100 |
| commit | d3fa031d73e643debab6e26e40e7236378ef67dc (patch) | |
| tree | 1f7950704bedbd60846091413ad3e155fc61016d | |
| parent | 22910c381013508745dc6d5c3df3f0cb55ea7d83 (diff) | |
| parent | b0a49335d491761a0143cb8f90d9f99d5b5923e0 (diff) | |
| download | emacs-d3fa031d73e643debab6e26e40e7236378ef67dc.tar.gz emacs-d3fa031d73e643debab6e26e40e7236378ef67dc.zip | |
auto upstream
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 9 |
2 files changed, 1 insertions, 11 deletions
diff --git a/autogen/config.in b/autogen/config.in index f9d839bc750..f443933bbd9 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -57,9 +57,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 57 | #undef BROKEN_PTY_READ_AFTER_EAGAIN | 57 | #undef BROKEN_PTY_READ_AFTER_EAGAIN |
| 58 | 58 | ||
| 59 | /* Define if the system is compatible with BSD 4.2. */ | 59 | /* Define if the system is compatible with BSD 4.2. */ |
| 60 | #undef BSD4_2 | ||
| 61 | |||
| 62 | /* Define if the system is compatible with BSD 4.2. */ | ||
| 63 | #undef BSD_SYSTEM | 60 | #undef BSD_SYSTEM |
| 64 | 61 | ||
| 65 | /* Define if AH_BOTTOM should change BSD_SYSTEM. */ | 62 | /* Define if AH_BOTTOM should change BSD_SYSTEM. */ |
diff --git a/autogen/configure b/autogen/configure index 049d3e3d761..c53e3bdbf03 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -15743,7 +15743,6 @@ esac | |||
| 15743 | 15743 | ||
| 15744 | 15744 | ||
| 15745 | 15745 | ||
| 15746 | |||
| 15747 | case $opsys in | 15746 | case $opsys in |
| 15748 | aix4-2) | 15747 | aix4-2) |
| 15749 | $as_echo "#define USG /**/" >>confdefs.h | 15748 | $as_echo "#define USG /**/" >>confdefs.h |
| @@ -15782,9 +15781,7 @@ $as_echo "#define CYGWIN 1" >>confdefs.h | |||
| 15782 | ;; | 15781 | ;; |
| 15783 | 15782 | ||
| 15784 | darwin) | 15783 | darwin) |
| 15785 | $as_echo "#define BSD4_2 /**/" >>confdefs.h | 15784 | $as_echo "#define BSD_SYSTEM /**/" >>confdefs.h |
| 15786 | |||
| 15787 | $as_echo "#define BSD_SYSTEM /**/" >>confdefs.h | ||
| 15788 | 15785 | ||
| 15789 | 15786 | ||
| 15790 | $as_echo "#define DARWIN_OS /**/" >>confdefs.h | 15787 | $as_echo "#define DARWIN_OS /**/" >>confdefs.h |
| @@ -15792,16 +15789,12 @@ $as_echo "#define DARWIN_OS /**/" >>confdefs.h | |||
| 15792 | ;; | 15789 | ;; |
| 15793 | 15790 | ||
| 15794 | freebsd) | 15791 | freebsd) |
| 15795 | $as_echo "#define BSD4_2 /**/" >>confdefs.h | ||
| 15796 | |||
| 15797 | 15792 | ||
| 15798 | $as_echo "#define BSD_SYSTEM_AHB 1" >>confdefs.h | 15793 | $as_echo "#define BSD_SYSTEM_AHB 1" >>confdefs.h |
| 15799 | 15794 | ||
| 15800 | ;; | 15795 | ;; |
| 15801 | 15796 | ||
| 15802 | gnu | netbsd | openbsd ) | 15797 | gnu | netbsd | openbsd ) |
| 15803 | $as_echo "#define BSD4_2 /**/" >>confdefs.h | ||
| 15804 | |||
| 15805 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15798 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 15806 | /* end confdefs.h. */ | 15799 | /* end confdefs.h. */ |
| 15807 | 15800 | ||