Implement S-Chess
[capablanca.git] / lasker-2.2.3 / src / acconfig.h
1 /*
2    Copyright (c) 1993 Richard V. Nash.
3    Copyright (c) 2000 Dan Papasian
4    Copyright (C) Andrew Tridgell 2002
5    
6    This program is free software; you can redistribute it and/or modify
7    it under the terms of the GNU General Public License as published by
8    the Free Software Foundation; either version 2 of the License, or
9    (at your option) any later version.
10    
11    This program is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15    
16    You should have received a copy of the GNU General Public License
17    along with this program; if not, write to the Free Software
18    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21 /*    
22  * This file contains descriptive text for the C preprocessor macros
23  * that are missing in the original acconfig.h of the autoconf
24  * distribution, but used in the configure.in of the FICS distribution.
25  *
26  * It is used *only* by the autoheader program contained in the
27  * autoconf distribution.
28  *
29  *
30  * Leave the following blank line there!!  Autoheader needs it.
31  */
32
33 /*  Define this to be the return value of the time() function.  */
34 #undef time_t
35
36 /*  Undefine, if your compiler doesn't support prototypes  */
37 #undef HAVE_PROTOTYPES
38
39 /*  Define, if you have a statfs() function which fills a struct
40     statfs, declared in sys/vfs.h. (NeXTStep)  */
41 #undef HAVE_STATFS_FILLING_STRUCT_STATFS
42
43 /*  Define, if you have a statfs() function which fills a struct
44     fs_data, declared in sys/mount.h. (Ultrix)  */
45 #undef HAVE_STATFS_FILLING_STRUCT_FS_DATA
46
47 /*  Define, if you have crypt() and it is declared in either
48     crypt.h or unistd.h.  */
49 #undef HAVE_CRYPT_DECLARED
50
51 /*  Define this to be tv_usec, if your struct rusage has
52     a member ru_utime.tv_usec.
53     Define this to be tv_nsec, if your struct rusage has
54     a member ru_utime.tv_nsec.  */
55 #undef TV_USEC
56
57 #undef HAVE_DLOPEN
58