~ubuntu-branches/ubuntu/karmic/fweb/karmic

« back to all changes in this revision

Viewing changes to Web/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-01-04 23:20:22 UTC
  • Revision ID: james.westby@ubuntu.com-20020104232022-330ad4iyzpvb5bm4
Tags: upstream-1.62
ImportĀ upstreamĀ versionĀ 1.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Define to empty if the keyword does not work.  */
 
3
#undef const
 
4
 
 
5
/* Define if the <ctype.h> header file is ANSI-compliant. */
 
6
#define ANSI_CTYPE_H 0
 
7
 
 
8
/* Define if the |sprintf| function is ANSI-compliant (returns number of
 
9
   characters written). */
 
10
#define ANSI_SPRINTF 0
 
11
 
 
12
/* Define if the |sscanf| function is ANSI-compliant (in particular,
 
13
   handles scansets correctly. */
 
14
#define ANSI_SSCANF 0
 
15
 
 
16
/* Define if |clock_t| isn't defined/typedefed. */
 
17
#undef clock_t
 
18
 
 
19
/* Define if backslash continuations don't work correctly. */
 
20
#define FANCY_SPLIT 0
 
21
 
 
22
/* Define if you have the |getenv| function.  */
 
23
#define HAVE_GETENV 0
 
24
 
 
25
#define HAVE_GETTIMEOFDAY 0
 
26
 
 
27
/* Define if you have the |strerror| function.  */
 
28
#define HAVE_STRERROR 0
 
29
 
 
30
/* Define if you have the |tempnam| function.  */
 
31
#define HAVE_TEMPNAM 0
 
32
 
 
33
/* Define if you have the |tmpnam| function.  */
 
34
#define HAVE_TMPNAM 0
 
35
 
 
36
/* Define if you have the <float.h> header file.  */
 
37
#define HAVE_FLOAT_H 0
 
38
 
 
39
/* Define if you have the <limits.h> header file.  */
 
40
#define HAVE_LIMITS_H 0
 
41
 
 
42
/* Define if you have the <memory.h> header file.  */
 
43
#define HAVE_MEMORY_H 0
 
44
 
 
45
/* Define if you have the <stdarg.h> header file.  */
 
46
#define HAVE_STDARG_H 0
 
47
 
 
48
/* Define if you have the <stddef.h> header file.  */
 
49
#define HAVE_STDDEF_H 0
 
50
 
 
51
/* Define if you have the <stdlib.h> header file.  */
 
52
#define HAVE_STDLIB_H 0
 
53
 
 
54
/* Define if common <stdio.h> prototypes are included. */
 
55
#define HAVE_STD_PROTOTYPES 0
 
56
 
 
57
/* Define if you have the <string.h> header file.  */
 
58
#define HAVE_STRING_H 0
 
59
 
 
60
/* Define if you have the <sys/timeb.h> header file.  */
 
61
#define HAVE_SYS_TIMEB_H 0
 
62
 
 
63
/* Define if you have the <values.h> header file.  */
 
64
#define HAVE_VALUES_H 0
 
65
 
 
66
/* Define if |void| isn't understood. */
 
67
#define NO_VOID 0
 
68
 
 
69
/* Define if the new-style prototypes are not accepted. */
 
70
#define OLD_PROTOTYPES 0
 
71
 
 
72
/* Define if |size_t| isn't typedefed. */
 
73
#undef size_t
 
74
 
 
75
/* Define if you have the ANSI C header files.  */
 
76
#define STDC_HEADERS 0
 
77
 
 
78
/* Define if the info program is installed. */
 
79
#define HAVE_INFO 0
 
80
 
 
81
/* How to run the C preprocessor. */
 
82
#define RUN_CPP 0
 
83
 
 
84