diff options
| author | Jan Djärv | 2003-01-19 21:50:03 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-01-19 21:50:03 +0000 |
| commit | 488dd4c404eba70d48e4ee70141b8abcce2f863b (patch) | |
| tree | 741ec2bb5abe963b292521e3a478e716a4ebb999 /src/config.in | |
| parent | 3c77dc44b8052a9bcb19486a605a861cf120b31e (diff) | |
| download | emacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.tar.gz emacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.zip | |
GTK version
Diffstat (limited to 'src/config.in')
| -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 a1868073c64..165bafb4629 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -205,6 +205,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 205 | /* Define to 1 if you have the `grantpt' function. */ | 205 | /* Define to 1 if you have the `grantpt' function. */ |
| 206 | #undef HAVE_GRANTPT | 206 | #undef HAVE_GRANTPT |
| 207 | 207 | ||
| 208 | /* Define to 1 if using GTK. */ | ||
| 209 | #undef HAVE_GTK | ||
| 210 | |||
| 208 | /* Define to 1 if netdb.h declares h_errno. */ | 211 | /* Define to 1 if netdb.h declares h_errno. */ |
| 209 | #undef HAVE_H_ERRNO | 212 | #undef HAVE_H_ERRNO |
| 210 | 213 | ||