equal
deleted
inserted
replaced
361 # specified in INCLUDE. The settings below are just examples; -lpq is for |
361 # specified in INCLUDE. The settings below are just examples; -lpq is for |
362 # PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite. |
362 # PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite. |
363 # |
363 # |
364 # You do not need to use this for any lookup information added via pkg-config. |
364 # You do not need to use this for any lookup information added via pkg-config. |
365 |
365 |
366 LOOKUP_INCLUDE=-I /usr/include/mysql -I /usr/include/pgsql |
366 LOOKUP_INCLUDE=-I /usr/include/mysql -I /usr/include/pgsql |
367 LOOKUP_LIBS=-L/usr/local/lib -L/usr/lib64/mysql -lldap -llber -lmysqlclient -lpq -lsqlite3 |
367 LOOKUP_LIBS=-L/usr/local/lib -L/usr/lib64/mysql -lldap -llber -lmysqlclient -lpq -lsqlite3 |
368 |
368 |
369 |
369 |
370 #------------------------------------------------------------------------------ |
370 #------------------------------------------------------------------------------ |
371 # Compiling the Exim monitor: If you want to compile the Exim monitor, a |
371 # Compiling the Exim monitor: If you want to compile the Exim monitor, a |