diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-03-13 01:14:19 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-03-13 01:14:19 +0000 |
commit | b82992851ff1d2f4738052c07fb2bae5b88eda87 (patch) | |
tree | 965ded029657175aec369cebf9fecfd7150150c6 /acconfig.h | |
parent | 700891684e80e738fd92749acb0c552ca99f1ca9 (diff) | |
download | gtk+-b82992851ff1d2f4738052c07fb2bae5b88eda87.tar.gz |
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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index b6cb32d37f..bf75c4bf19 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 |