Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
postgresql /
internal /
Delete
Unzip
Name
Size
Permission
Date
Action
libpq
[ DIR ]
drwxr-xr-x
2024-03-12 14:15
c.h
36.54
KB
-rw-r--r--
2021-11-12 08:56
libpq-int.h
24.15
KB
-rw-r--r--
2021-11-12 08:56
port.h
13.68
KB
-rw-r--r--
2021-11-12 08:56
postgres_fe.h
763
B
-rw-r--r--
2021-11-12 08:56
pqexpbuffer.h
6.21
KB
-rw-r--r--
2021-11-12 08:56
Save
Rename
/*------------------------------------------------------------------------- * * postgres_fe.h * Primary include file for PostgreSQL client-side .c files * * This should be the first file included by PostgreSQL client libraries and * application programs --- but not by backend modules, which should include * postgres.h. * * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * * src/include/postgres_fe.h * *------------------------------------------------------------------------- */ #ifndef POSTGRES_FE_H #define POSTGRES_FE_H #ifndef FRONTEND #define FRONTEND 1 #endif #include "c.h" #include "common/fe_memutils.h" #endif /* POSTGRES_FE_H */