File: acconfig.h

package info (click to toggle)
yabasic 2.715-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,332 kB
  • ctags: 1,518
  • sloc: ansic: 11,053; sh: 7,617; perl: 260; makefile: 57
file content (35 lines) | stat: -rw-r--r-- 527 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

#ifdef UNIX

@TOP@

/* defined, if curses.h is present */
#undef HAVE_CURSES_HEADER

/* defined, if ncurses.h is present */
#undef HAVE_NCURSES_HEADER

/* defined, if string.h is present */
#undef HAVE_STRING_HEADER

/* defined, if strings.h is present */
#undef HAVE_STRINGS_HEADER

@BOTTOM@

/* build architecture */
#define UNIX_ARCHITECTURE @host@

#else

/* build architecture */
#define WINDOWS_ARCHITECTURE "windows"

/* define version under windows */
#define VERSION 0

#endif

/* build time */
#define BUILD_TIME 0