diff options
Diffstat (limited to 'src')
| -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 | ||