diff options
| author | Kenichi Handa | 2006-06-06 03:53:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-06 03:53:38 +0000 |
| commit | 45a4b03e85240e7d43dd26985ba64c49f8ba2289 (patch) | |
| tree | 1938ce957b241d014efc44f62c112bedfef4e750 /src | |
| parent | 0666b4f1c98f1ea0d5cf0ba732a461516b2e50a6 (diff) | |
| download | emacs-45a4b03e85240e7d43dd26985ba64c49f8ba2289.tar.gz emacs-45a4b03e85240e7d43dd26985ba64c49f8ba2289.zip | |
Re-generated.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 2bc4ba56e79..9c1abadd283 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -152,6 +152,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 152 | /* Define to 1 if you have the `fpathconf' function. */ | 152 | /* Define to 1 if you have the `fpathconf' function. */ |
| 153 | #undef HAVE_FPATHCONF | 153 | #undef HAVE_FPATHCONF |
| 154 | 154 | ||
| 155 | /* Define to 1 if you have freetype and fontconfig libraries. */ | ||
| 156 | #undef HAVE_FREETYPE | ||
| 157 | |||
| 155 | /* Define to 1 if you have the `frexp' function. */ | 158 | /* Define to 1 if you have the `frexp' function. */ |
| 156 | #undef HAVE_FREXP | 159 | #undef HAVE_FREXP |
| 157 | 160 | ||
| @@ -335,6 +338,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 335 | /* Define to 1 if you have the `ncurses' library (-lncurses). */ | 338 | /* Define to 1 if you have the `ncurses' library (-lncurses). */ |
| 336 | #undef HAVE_LIBNCURSES | 339 | #undef HAVE_LIBNCURSES |
| 337 | 340 | ||
| 341 | /* Define to 1 if you have libotf library. */ | ||
| 342 | #undef HAVE_LIBOTF | ||
| 343 | |||
| 338 | /* Define to 1 if you have the <libpng/png.h> header file. */ | 344 | /* Define to 1 if you have the <libpng/png.h> header file. */ |
| 339 | #undef HAVE_LIBPNG_PNG_H | 345 | #undef HAVE_LIBPNG_PNG_H |
| 340 | 346 | ||
| @@ -700,6 +706,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 700 | /* Define to 1 if you're using XFree386. */ | 706 | /* Define to 1 if you're using XFree386. */ |
| 701 | #undef HAVE_XFREE386 | 707 | #undef HAVE_XFREE386 |
| 702 | 708 | ||
| 709 | /* Define to 1 if you have the Xft library. */ | ||
| 710 | #undef HAVE_XFT | ||
| 711 | |||
| 703 | /* Define to 1 if XIM is available */ | 712 | /* Define to 1 if XIM is available */ |
| 704 | #undef HAVE_XIM | 713 | #undef HAVE_XIM |
| 705 | 714 | ||
| @@ -821,6 +830,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 821 | /* Define to the unexec source file name. */ | 830 | /* Define to the unexec source file name. */ |
| 822 | #undef UNEXEC_SRC | 831 | #undef UNEXEC_SRC |
| 823 | 832 | ||
| 833 | /* Define to 1 if we should use font-backend. */ | ||
| 834 | #undef USE_FONT_BACKEND | ||
| 835 | |||
| 824 | /* Define to 1 if we should use toolkit scroll bars. */ | 836 | /* Define to 1 if we should use toolkit scroll bars. */ |
| 825 | #undef USE_TOOLKIT_SCROLL_BARS | 837 | #undef USE_TOOLKIT_SCROLL_BARS |
| 826 | 838 | ||