mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-10 18:11:35 +03:00

- Beginning of the CORBA support for the file manager. - Tk and XView code dropped. Miguel
15 lines
194 B
C
15 lines
194 B
C
|
|
#ifndef HAVE_X
|
|
# include "textconf.h"
|
|
#endif
|
|
|
|
#ifdef HAVE_GNOME
|
|
# define GNOME_REGEX_H
|
|
# include <gnome.h>
|
|
# include "gconf.h"
|
|
# undef MIN
|
|
# undef MAX
|
|
# include "gmain.h"
|
|
#endif
|
|
|