Makefile added newly and modified the header file for NetWare.

This commit is contained in:
Anantha Kesari H Y 2003-01-06 09:05:03 +00:00
parent cafc0b2e59
commit f58016b348
2 changed files with 172 additions and 0 deletions

View file

@ -42,6 +42,8 @@ extern zend_module_entry pgsql_module_entry;
#else
#define PHPAPI __declspec(dllimport)
#endif
#elif defined NETWARE
#include <libpq-fs.h>
#else
#include <libpq/libpq-fs.h>
#endif