ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/acconfig.h
Revision: 1.4
Committed: 2004-06-30T08:45:14Z (20 years, 3 months ago) by gbeauche
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
State: FILE REMOVED
Log Message:
Use autoconf 2.5 so that we could get m4sugar macros (AS_VAR_PUSHDEF et al.)
and more importantly correct macros for AC_SYS_LARGEFILE support.

BTW, also fix test for <linux/if.h>

File Contents

# User Rev Content
1 cebix 1.1 /* acconfig.h
2     This file is in the public domain.
3    
4     Descriptive text for the C preprocessor macros that
5     the distributed Autoconf macros can define.
6     No software package will use all of them; autoheader copies the ones
7     your configure.in uses into your configuration header file templates.
8    
9     The entries are in sort -df order: alphabetical, case insensitive,
10     ignoring punctuation (such as underscores). Although this order
11     can split up related entries, it makes it easier to check whether
12     a given entry is in the file.
13    
14     Leave the following blank line there!! Autoheader needs it. */
15    
16    
17     /* Define to 'off_t' if <sys/types.h> doesn't define. */
18     #undef loff_t
19    
20     /* Define if using ESD. */
21     #undef ENABLE_ESD
22    
23     /* Define if using GTK. */
24     #undef ENABLE_GTK
25    
26     /* Define if using "mon". */
27     #undef ENABLE_MON
28    
29     /* Define if using XFree86 DGA extension. */
30     #undef ENABLE_XF86_DGA
31    
32     /* Define if using XFree86 VidMode extension. */
33     #undef ENABLE_XF86_VIDMODE
34    
35 gbeauche 1.2 /* Define is using PowerPC emulator. */
36     #undef EMULATED_PPC
37    
38 gbeauche 1.3 /* Define if struct sigaction defines sa_restorer. */
39     #undef HAVE_SIGNAL_SA_RESTORER
40    
41 cebix 1.1
42     /* Leave that blank line there!! Autoheader needs it.
43     If you're adding to this file, keep in mind:
44     The entries are in sort -df order: alphabetical, case insensitive,
45     ignoring punctuation (such as underscores). */