34{
37 char *lastsep;
39
40
41 *configdata_len = 23;
43
46 lastsep = strrchr(path, '/');
47 if (lastsep)
48 *lastsep = '\0';
52
58
64
70
76
82
88
94
100
106
112
118
121 strlcat(path,
"/pgxs/src/makefiles/pgxs.mk",
sizeof(path));
125
129
131#ifdef VAL_CC
133#else
135#endif
137
139#ifdef VAL_CPPFLAGS
141#else
143#endif
145
147#ifdef VAL_CFLAGS
149#else
151#endif
153
155#ifdef VAL_CFLAGS_SL
157#else
159#endif
161
163#ifdef VAL_LDFLAGS
165#else
167#endif
169
171#ifdef VAL_LDFLAGS_EX
173#else
175#endif
177
179#ifdef VAL_LDFLAGS_SL
181#else
183#endif
185
187#ifdef VAL_LIBS
189#else
191#endif
193
197
199
200 return configdata;
201}
#define Assert(condition)
#define palloc_array(type, count)
char my_exec_path[MAXPGPATH]
char * pstrdup(const char *in)
void cleanup_path(char *path)
void get_share_path(const char *my_exec_path, char *ret_path)
void get_pkglib_path(const char *my_exec_path, char *ret_path)
void get_locale_path(const char *my_exec_path, char *ret_path)
void get_man_path(const char *my_exec_path, char *ret_path)
void get_include_path(const char *my_exec_path, char *ret_path)
void get_lib_path(const char *my_exec_path, char *ret_path)
void get_etc_path(const char *my_exec_path, char *ret_path)
void get_doc_path(const char *my_exec_path, char *ret_path)
void get_html_path(const char *my_exec_path, char *ret_path)
void get_pkginclude_path(const char *my_exec_path, char *ret_path)
size_t strlcat(char *dst, const char *src, size_t siz)
size_t strlcpy(char *dst, const char *src, size_t siz)
void get_includeserver_path(const char *my_exec_path, char *ret_path)