2001-09-06 Timur Bakeyev <mc@bat.ru>

* acconfig.h: Brought back couple of symbols, that are still necessary
	due reference to them from configure.in.
This commit is contained in:
Timur Bakeyev 2001-09-05 13:50:57 +00:00
parent 4d3dbca660
commit 75fadcff69
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-09-06 Timur Bakeyev <mc@bat.ru>
* acconfig.h: Brought back couple of symbols, that are still necessary
due reference to them from configure.in.
2001-09-04 Pavel Roskin <proski@gnu.org> 2001-09-04 Pavel Roskin <proski@gnu.org>
* syntax/changelog.syntax: Fix highlighting of functions. Relax * syntax/changelog.syntax: Fix highlighting of functions. Relax

View File

@ -40,6 +40,12 @@
#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
@ -108,6 +114,9 @@
/* 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 your system has socket() */
#undef HAVE_SOCKET
/* 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