File: config.h.in

package info (click to toggle)
fwbuilder 2.1.19-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 12,300 kB
  • ctags: 6,141
  • sloc: cpp: 74,889; sh: 3,208; ansic: 8; makefile: 6
file content (120 lines) | stat: -rw-r--r-- 1,937 bytes parent folder | download
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120

#include "VERSION.h"
#include "build_num"

#undef PACKAGE_LOCALE_DIR
#undef PACKAGE_DATA_DIR
#undef PACKAGE_SOURCE_DIR

#undef RCS_FILE_NAME
#undef RCSDIFF_FILE_NAME
#undef RLOG_FILE_NAME
#undef CI_FILE_NAME
#undef CO_FILE_NAME

/* Where system-wide QT translations are installed */
#undef QTTRANSLATIONSDIR

/* Define if you have the <X11/SM/SMlib.h> header file.  */
#undef HAVE_X11_SM_SMLIB_H

/* Name of package */
#undef PACKAGE

/* OS */
#undef OS

/* OS */
#undef OS_CYGWIN
#undef OS_MINGW
#undef OS_MACOSX
#undef OS_SOLARIS
#undef OS_FREEBSD
#undef OS_OPENBSD
#undef OS_LINUX
#undef OS_UNKNOWN

#if defined(OS_SOLARIS) || defined(OS_FREEBSD) || defined(OS_OPENBSD) || defined(OS_LINUX) || defined(OS_MACOSX)
#define OS_UNIX 1
#endif

#if defined(_WIN32)
#define OS_WIN32 1
#endif

/* distribution (for Linux) */
#undef DISTRO

/* prefix dir    */
/* #undef PREFIX */

/* init dir */
#undef RES_DIR

#define MANIFEST_MARKER "# files: "

#undef HAVE_LOCALE_H
#undef HAVE_GETOPT_H
#undef HAVE_SETLOCALE
#undef HAVE_SETENV
#undef HAVE_PUTENV
#undef HAVE_SIGNAL
#undef HAVE_SIGNAL_H

#undef HAVE_PTY_H
#undef HAVE_LIBUTIL_H
#undef HAVE_UTIL_H

#ifdef HAVE_GETOPT_H
#  define HAVE_DECL_GETOPT  HAVE_GETOPT_H
#endif

#undef HAVE_STRUCT_TM_TM_ZONE
#undef TM_IN_SYS_TIME

#undef HAVE_FORKPTY
#undef HAVE_CFMAKERAW

/*
 *  This is needed for Solaris
 */
#undef __PRAGMA_REDEFINE_EXTNAME



#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
#undef HAVE_LIBSM
#undef HAVE_MEMPCPY
#undef HAVE_STRCHR

#undef HAVE_ANTLR_RUNTIME

/*
 *  on some platforms (OpenBSD) the second parameter to dlopen is different
 */
#undef DLOPEN_MODE

#if 0
#ifdef __cplusplus
using namespace std;
/*
  #ifndef __STD
  #define __STD std
  #endif
*/
#endif
#endif

#ifndef _WIN32
#  define SNPRINTF  snprintf
#  define VSNPRINTF vsnprintf
#else
#  define SNPRINTF  _snprintf
#  define VSNPRINTF _vsnprintf
#endif

#define _(x) x