Home
last modified time | relevance | path

Searched refs:postgresqlInclude (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dchkccomp.c6892 const char *postgresqlInclude = NULL; local
6940 postgresqlInclude = "libpq-fe.h";
6941 fprintf(logFile, "\rPostgreSQL: %s found in %s/include\n", postgresqlInclude, dbHome);
6948 postgresqlInclude = NULL;
6951 if (postgresqlInclude == NULL &&
6956 postgresqlInclude = "libpq-fe.h";
6960 if ((postgresqlInclude == NULL || pgTypeInclude == NULL) &&
6970 postgresqlInclude = "db_post.h";
6974 if (postgresqlInclude != NULL) {
6978 fprintf(versionFile, "#define POSTGRESQL_INCLUDE \"%s\"\n", postgresqlInclude);
[all …]