1
1

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.
Этот коммит содержится в:
Timur Bakeyev 2001-09-05 13:50:57 +00:00
родитель 4d3dbca660
Коммит 75fadcff69
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -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>
* syntax/changelog.syntax: Fix highlighting of functions. Relax

Просмотреть файл

@ -40,6 +40,12 @@
#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
@ -108,6 +114,9 @@
/* Define if you have the get_process_stats function and have to use that instead of gettimeofday */
#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 */
#undef USE_INTERNAL_EDIT