diff options
| author | Chong Yidong | 2008-08-04 21:58:51 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-04 21:58:51 +0000 |
| commit | 156e00fc6307b2fb5e194ee8e78bcee2c752a219 (patch) | |
| tree | 078981983a84817c752062a956c0521e77ff5972 | |
| parent | 108a688327e94d7859f1f7210ad721a78ac9daa6 (diff) | |
| download | emacs-156e00fc6307b2fb5e194ee8e78bcee2c752a219.tar.gz emacs-156e00fc6307b2fb5e194ee8e78bcee2c752a219.zip | |
Regenerate.
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 420fd185eac..f5078b0ed5c 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -803,6 +803,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 803 | /* Define to 1 if you don't have struct exception in math.h. */ | 803 | /* Define to 1 if you don't have struct exception in math.h. */ |
| 804 | #undef NO_MATHERR | 804 | #undef NO_MATHERR |
| 805 | 805 | ||
| 806 | /* Define to 1 if `NSInteger' is defined. */ | ||
| 807 | #undef NS_HAVE_INTEGER | ||
| 808 | |||
| 806 | /* Define to 1 if you are using NS windowing under MacOS X. */ | 809 | /* Define to 1 if you are using NS windowing under MacOS X. */ |
| 807 | #undef NS_IMPL_COCOA | 810 | #undef NS_IMPL_COCOA |
| 808 | 811 | ||