File: config_fixed.h

package info (click to toggle)
parser-mysql 10.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,812 kB
  • ctags: 841
  • sloc: sh: 11,259; ansic: 4,257; cpp: 505; makefile: 126
file content (18 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @file
	Parser MySQL driver: Configure file for autoconf-disabled platforms.

	Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com)

	Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)

	$Id: config_fixed.h,v 1.8 2015/10/26 16:00:50 moko Exp $


	tested only with MS Visual C++ V6
*/

#define HAVE_STDIO_H
#define HAVE_STDLIB_H
#define HAVE_STRING_H
#define HAVE_SETJMP_H
#define HAVE_CTYPE_H