Mercurial > hg > xemacs-beta
annotate src/s/bsd386.h @ 4401:01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
2008-01-17 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac:
If using a version of the gdbm library that sticks dbm_open in
libgdbm_compat.so, also link to that library.
Correct a thinko with DBM version 4 checks. Both from Hans de
Graaff, in
http://mid.gmane.org/20050812092756.6850.qmail@graaff.xs4all.nl
and
http://mid.gmane.org/pan.2007.06.24.10.10.57@gentoo.org; thank you
Hans!
* configure:
Regenerate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 17 Jan 2008 11:52:45 +0100 |
parents | e6e7cbdea419 |
children |
rev | line source |
---|---|
428 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 /* s/ file for bsd386 system. */ | |
4 | |
5 #include "bsd4-3.h" | |
6 | |
7 #ifndef __bsdi__ | |
8 #define __bsdi__ 1 | |
9 #endif | |
10 | |
11 #define DECLARE_GETPWUID_WITH_UID_T | |
12 | |
13 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | |
14 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) | |
15 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) | |
16 | |
17 #define LIBS_DEBUG | |
18 #define LIBS_SYSTEM "-lutil -lcompat" | |
19 | |
20 /* This silences a few compilation warnings. */ | |
518 | 21 #ifndef NOT_C_CODE |
428 | 22 #undef BSD |
23 #include <sys/param.h> /* To get BSD defined consistently. */ | |
24 #endif |