File: config.h.in

package info (click to toggle)
www-sql 0.5.7-20
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 652 kB
  • ctags: 769
  • sloc: ansic: 6,053; lex: 200; sh: 152; yacc: 151; makefile: 116; sql: 41
file content (81 lines) | stat: -rw-r--r-- 2,794 bytes parent folder | download | duplicates (4)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/*
     WWW-SQL - parses HTML files and inserts information from MySQL databases
    Copyright (C) 1997  James Henstridge <james@daa.com.au>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

#ifndef __CONFIG_H__
#define __CONFIG_H__

/* Define if using alloca.c.  */
#undef C_ALLOCA

/* Define to empty if the keyword does not work.  */
#undef const

/* 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

/* Define if you have alloca, as a function or macro.  */
#undef HAVE_ALLOCA

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

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define as __inline if that's what the C compiler calls it.  */
#undef inline

/* 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

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* define this to the version string for this program */
#undef VERSION

/* define this if you want to enable www-sql's recursive extensions */
#undef RECURSIVE

/* define this if you are using apache web server, and you want to force
   people to use www-sql as an action handler (thus blocking a security
   hole) */
#undef ONLY_APACHE_ACTION

/* This define enables some unsafe functions such as exec in www-sql.  It
   also relaxes the checking for the include statement. */
#undef ENABLE_UNSAFE

/* define this if you are compiling with the new scanner module */
#undef NEW_SCANNER

/* Define if you have the memcpy function.  */
#undef HAVE_MEMCPY

/* Define if you have the re_compile_pattern function.  */
#undef HAVE_RE_COMPILE_PATTERN
#endif /* __CONFIG_H__ */