File: config.h

package info (click to toggle)
bibtool 2.48alpha.2-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,208 kB
  • ctags: 1,974
  • sloc: ansic: 18,936; xml: 1,036; makefile: 672; sh: 293; perl: 261; tcl: 51; awk: 15; sed: 8
file content (48 lines) | stat: -rw-r--r-- 1,816 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* regex-0.12/config.h.  Generated by configure.  */
/******************************************************************************
** $Id: config.h,v 2.22 1996/11/03 19:39:23 gerd Exp gerd $
**=============================================================================
**
** This file is part of BibTool.
** It is distributed under the GNU General Public License.
** See the file COPYING for details.
**
** (c) 1996-2002 Gerd Neugebauer
**
** Net: gene@gerd-neugebauer.de
**
******************************************************************************/

/*-----------------------------------------------------------------------------
**  Define if you have the <string.h> header file.
*/
#define HAVE_STRING_H 1

/*-----------------------------------------------------------------------------
**  Define if you have alloca, as a function or macro.
*/
#define HAVE_ALLOCA 1
#ifndef HAVE_ALLOCA
#define REGEX_MALLOC
#endif

/*-----------------------------------------------------------------------------
**  Define if you have <alloca.h> and it should be used (not on Ultrix).
*/
#define HAVE_ALLOCA_H 1

/*-----------------------------------------------------------------------------
**  Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
**  This function is required for alloca.c support on those systems.
*/
/* #undef CRAY_STACKSEG_END */

/*-----------------------------------------------------------------------------
**  If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
 */
/* #undef STACK_DIRECTION */