mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 02:44:39 -05:00
16 lines
418 B
Text
16 lines
418 B
Text
AROPT:crs
|
|
# NOFIXADE disallows unaligned access.
|
|
# on Ultrix and OSF/1 it invokes an explicit syscall.
|
|
# on HP-UX it turns off certain compiler options.
|
|
# This is defined here because a bunch of clients include tmp/c.h,
|
|
# which is where the work is done on HP-UX. It only affects the
|
|
# backend on Ultrix and OSF/1.
|
|
CFLAGS:-DNOFIXADE
|
|
SHARED_LIB:
|
|
ALL:
|
|
SRCH_INC:
|
|
SRCH_LIB:
|
|
USE_LOCALE:no
|
|
DLSUFFIX:.so
|
|
YFLAGS:-d
|
|
YACC:
|