diff options
| author | Eli Zaretskii | 2005-09-10 11:36:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-09-10 11:36:24 +0000 |
| commit | e2fcf54303d5cdde15605a9cb34fb076e7185123 (patch) | |
| tree | 7db32e0ca6b6ae6b3fd06813df2e24a780f7e729 /src | |
| parent | e1d954e461f4b12039221d95b7fd8f77220660bd (diff) | |
| download | emacs-e2fcf54303d5cdde15605a9cb34fb076e7185123.tar.gz emacs-e2fcf54303d5cdde15605a9cb34fb076e7185123.zip | |
Regenerated after adding test for get_current_dir_name.
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 f2afed2ecb1..b5b700c69bf 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -221,6 +221,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 221 | /* Define to 1 if you have the `getwd' function. */ | 221 | /* Define to 1 if you have the `getwd' function. */ |
| 222 | #undef HAVE_GETWD | 222 | #undef HAVE_GETWD |
| 223 | 223 | ||
| 224 | /* Define to 1 if you have the `get_current_dir_name' function. */ | ||
| 225 | #undef HAVE_GET_CURRENT_DIR_NAME | ||
| 226 | |||
| 224 | /* Define to 1 if you have the ungif library (-lungif). */ | 227 | /* Define to 1 if you have the ungif library (-lungif). */ |
| 225 | #undef HAVE_GIF | 228 | #undef HAVE_GIF |
| 226 | 229 | ||