From 75fadcff693c5956f7fe603e165b2b9876ccd315 Mon Sep 17 00:00:00 2001 From: Timur Bakeyev Date: Wed, 5 Sep 2001 13:50:57 +0000 Subject: [PATCH] 2001-09-06 Timur Bakeyev * acconfig.h: Brought back couple of symbols, that are still necessary due reference to them from configure.in. --- ChangeLog | 5 +++++ acconfig.h | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index d0b1a4f63..bb2ff23f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-06 Timur Bakeyev + + * acconfig.h: Brought back couple of symbols, that are still necessary + due reference to them from configure.in. + 2001-09-04 Pavel Roskin * syntax/changelog.syntax: Fix highlighting of functions. Relax diff --git a/acconfig.h b/acconfig.h index ec9cd9712..8d68ae90f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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