aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2005-09-10 11:36:24 +0000
committerEli Zaretskii2005-09-10 11:36:24 +0000
commite2fcf54303d5cdde15605a9cb34fb076e7185123 (patch)
tree7db32e0ca6b6ae6b3fd06813df2e24a780f7e729 /src
parente1d954e461f4b12039221d95b7fd8f77220660bd (diff)
downloademacs-e2fcf54303d5cdde15605a9cb34fb076e7185123.tar.gz
emacs-e2fcf54303d5cdde15605a9cb34fb076e7185123.zip
Regenerated after adding test for get_current_dir_name.
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
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