|
|
| version 1.1.1.1, 2001/09/21 15:40:55 | version 1.4, 2003/01/21 15:51:29 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser MySQL driver: includes all Configure-d headers | Parser MySQL driver: includes all Configure-d headers |
| Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) | Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf) |
| Line 29 | Line 29 |
| #ifdef HAVE_STDLIB_H | #ifdef HAVE_STDLIB_H |
| # include <stdlib.h> | # include <stdlib.h> |
| #endif | #endif |
| #ifdef HAVE_SETJMP_H | |
| # include <setjmp.h> | |
| #endif |