mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* acconfig.h: Remove all unused symbols.
This commit is contained in:
parent
ff7a2a0ceb
commit
f150c6b74a
@ -1,5 +1,7 @@
|
||||
2001-09-02 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* acconfig.h: Remove all unused symbols.
|
||||
|
||||
* lib/ncurses.h: Remove.
|
||||
* lib/Makefile.am: Remove ncurses.h.
|
||||
|
||||
|
51
acconfig.h
51
acconfig.h
@ -40,12 +40,6 @@
|
||||
#undef STAT_STATVFS
|
||||
#undef HAVE_F_FSTYPENAME
|
||||
|
||||
/* Define umode_t if your system does not provide it */
|
||||
#undef umode_t
|
||||
|
||||
/* Define nlink_t if your system does not provide it */
|
||||
#undef nlink_t
|
||||
|
||||
/* Is the program using the GPM library? */
|
||||
#undef HAVE_LIBGPM
|
||||
|
||||
@ -64,27 +58,12 @@
|
||||
/* Found some version of curses that we're going to use */
|
||||
#undef HAS_CURSES
|
||||
|
||||
/* Are you using other type of curses? */
|
||||
#undef OTHER_CURSES
|
||||
|
||||
/* Is the subshell the default or optional? */
|
||||
#undef SUBSHELL_OPTIONAL
|
||||
|
||||
/* Use SunOS SysV curses? */
|
||||
#undef USE_SUNOS_CURSES
|
||||
|
||||
/* Use old BSD curses? */
|
||||
#undef USE_BSD_CURSES
|
||||
|
||||
/* Use SystemV curses? */
|
||||
#undef USE_SYSV_CURSES
|
||||
|
||||
/* Use Ncurses? */
|
||||
#undef USE_NCURSES
|
||||
|
||||
/* If you Curses does not have color define this one */
|
||||
#undef NO_COLOR_CURSES
|
||||
|
||||
/* Support the Midnight Commander Virtual File System? */
|
||||
#undef USE_VFS
|
||||
|
||||
@ -108,9 +87,6 @@
|
||||
/* Define this one if you want termnet support */
|
||||
#undef USE_TERMNET
|
||||
|
||||
/* Defined if you have the file command */
|
||||
#undef HAVE_FILECMD
|
||||
|
||||
/* Defined if you have shadow passwords on Linux */
|
||||
#undef LINUX_SHADOW
|
||||
|
||||
@ -126,47 +102,20 @@
|
||||
/* Link in ext2fs code for delfs experimental file system */
|
||||
#undef USE_EXT2FSLIB
|
||||
|
||||
/* Define if you have putenv routine */
|
||||
#undef HAVE_PUTENV
|
||||
|
||||
/* Define if you have isascii */
|
||||
#undef HAVE_ISASCII
|
||||
|
||||
/* Define if your system uses PAM for auth stuff */
|
||||
#undef HAVE_PAM
|
||||
|
||||
/* Define if you have the pmap_getmaps function */
|
||||
#undef HAVE_PMAP_GETMAPS
|
||||
|
||||
/* Define if you have the get_process_stats function and have to use that instead of gettimeofday */
|
||||
#undef HAVE_GET_PROCESS_STATS
|
||||
|
||||
/* Define if you want to call the internal routine edit() for the editor */
|
||||
#undef USE_INTERNAL_EDIT
|
||||
|
||||
/* Define if your system has socketpair */
|
||||
#undef HAVE_SOCKETPAIR
|
||||
|
||||
/* Do we have posix signals? */
|
||||
#undef HAVE_SIGACTION
|
||||
#undef HAVE_SIGPROCMASK
|
||||
#undef HAVE_SIGEMPTYSET
|
||||
#undef HAVE_SIGADDSET
|
||||
|
||||
/* Version of ncurses */
|
||||
#undef NCURSES_970530
|
||||
|
||||
#undef HAVE_STPCPY
|
||||
|
||||
#undef ENABLE_NLS
|
||||
#undef HAVE_CATGETS
|
||||
#undef HAVE_GETTEXT
|
||||
#undef HAVE_LC_MESSAGES
|
||||
|
||||
#undef WITH_SMBFS
|
||||
|
||||
#undef HAVE_GNOME_WINDOW_ICON
|
||||
|
||||
@BOTTOM@
|
||||
|
||||
#include <extraconf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user