Remove strdup, strtol, strtoul from libpgport
These should not be needed anymore, at least after the recent port removals. So let's see whether we can do without them.
Showing
- configure 1 addition, 4 deletionsconfigure
- configure.in 1 addition, 1 deletionconfigure.in
- src/include/pg_config.h.in 0 additions, 9 deletionssrc/include/pg_config.h.in
- src/include/pg_config.h.win32 0 additions, 9 deletionssrc/include/pg_config.h.win32
- src/include/port.h 0 additions, 4 deletionssrc/include/port.h
- src/port/strdup.c 0 additions, 28 deletionssrc/port/strdup.c
- src/port/strtol.c 0 additions, 149 deletionssrc/port/strtol.c
- src/port/strtoul.c 0 additions, 119 deletionssrc/port/strtoul.c
src/port/strdup.c
deleted
100644 → 0
src/port/strtol.c
deleted
100644 → 0
src/port/strtoul.c
deleted
100644 → 0
Please register or sign in to comment