From b82992851ff1d2f4738052c07fb2bae5b88eda87 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 13 Mar 1999 01:14:19 +0000 Subject: Check for dirent.h and pwd.h. * configure.in acconfig.h: Check for dirent.h and pwd.h. * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32 version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde expansion (based on HAVE_PWD_H), allow for drive letters UNC names not handled yet. Also, code from Craig Setera's port to Win32 that uses cygwin.dll --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index b6cb32d37..bf75c4bf1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,9 +19,11 @@ #undef GTK_COMPILED_WITH_DEBUGGING #undef HAVE_CATGETS +#undef HAVE_DIRENT_H #undef HAVE_GETTEXT #undef HAVE_IPC_H #undef HAVE_LC_MESSAGES +#undef HAVE_PWD_H #undef HAVE_SHM_H #undef HAVE_STPCPY #undef HAVE_XSHM_H -- cgit v1.2.1