File: config.h.bot

package info (click to toggle)
phaseshift 0.40-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 884 kB
  • ctags: 446
  • sloc: sh: 5,583; cpp: 3,536; makefile: 54; ansic: 13
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7

#ifndef HAVE_BOOL
#define HAVE_BOOL
typedef int bool;
const bool false = 0;
const bool true = 1;
#endif