* acconfig.h: Remove all unused symbols.

This commit is contained in:
Pavel Roskin 2001-09-03 03:28:35 +00:00
parent ff7a2a0ceb
commit f150c6b74a
2 changed files with 2 additions and 51 deletions

View File

@ -1,5 +1,7 @@
2001-09-02 Pavel Roskin <proski@gnu.org> 2001-09-02 Pavel Roskin <proski@gnu.org>
* acconfig.h: Remove all unused symbols.
* lib/ncurses.h: Remove. * lib/ncurses.h: Remove.
* lib/Makefile.am: Remove ncurses.h. * lib/Makefile.am: Remove ncurses.h.

View File

@ -40,12 +40,6 @@
#undef STAT_STATVFS #undef STAT_STATVFS
#undef HAVE_F_FSTYPENAME #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? */ /* Is the program using the GPM library? */
#undef HAVE_LIBGPM #undef HAVE_LIBGPM
@ -64,27 +58,12 @@
/* Found some version of curses that we're going to use */ /* Found some version of curses that we're going to use */
#undef HAS_CURSES #undef HAS_CURSES
/* Are you using other type of curses? */
#undef OTHER_CURSES
/* Is the subshell the default or optional? */ /* Is the subshell the default or optional? */
#undef SUBSHELL_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? */ /* Use Ncurses? */
#undef 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? */ /* Support the Midnight Commander Virtual File System? */
#undef USE_VFS #undef USE_VFS
@ -108,9 +87,6 @@
/* Define this one if you want termnet support */ /* Define this one if you want termnet support */
#undef USE_TERMNET #undef USE_TERMNET
/* Defined if you have the file command */
#undef HAVE_FILECMD
/* Defined if you have shadow passwords on Linux */ /* Defined if you have shadow passwords on Linux */
#undef LINUX_SHADOW #undef LINUX_SHADOW
@ -126,47 +102,20 @@
/* Link in ext2fs code for delfs experimental file system */ /* Link in ext2fs code for delfs experimental file system */
#undef USE_EXT2FSLIB #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 */ /* Define if your system uses PAM for auth stuff */
#undef HAVE_PAM #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 */ /* Define if you have the get_process_stats function and have to use that instead of gettimeofday */
#undef HAVE_GET_PROCESS_STATS #undef HAVE_GET_PROCESS_STATS
/* Define if you want to call the internal routine edit() for the editor */ /* Define if you want to call the internal routine edit() for the editor */
#undef USE_INTERNAL_EDIT #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 */ /* Version of ncurses */
#undef NCURSES_970530 #undef NCURSES_970530
#undef HAVE_STPCPY
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef WITH_SMBFS #undef WITH_SMBFS
#undef HAVE_GNOME_WINDOW_ICON
@BOTTOM@ @BOTTOM@
#include <extraconf.h> #include <extraconf.h>