1
1

Fixes to make MC compile with popt-1.2

Этот коммит содержится в:
Pavel Roskin 1998-11-04 17:54:17 +00:00
родитель 146fbe25fb
Коммит 4973489859
3 изменённых файлов: 18 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Wed Nov 4 17:51:43 1998 Pavel Roskin <pavel_roskin@geocities.com>
* src/findme.h: added from popt-1.2 by RedHat
* src/Makefile.in: appropriate changes to use new popt
Sun Nov 1 20:59:05 1998 Pavel Machek <pavel@bug.ucw.cz>
* file.c (erase_file): translated goto into while loop (it is both

Просмотреть файл

@ -24,7 +24,7 @@ SRCS = dir.c util.c main.c screen.c dialog.c key.c keyxdef.c menu.c\
hotlist.c achown.c layout.c fsusage.c mountlist.c regex.c \
complete.c slint.c command.c cmd.c panelize.c learn.c \
listmode.c utilunix.c background.c rxvt.c \
text.c
text.c popt.c findme.c
HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
util.h dir.h global.h menu.h panel.h win.h mem.h \
@ -34,7 +34,7 @@ HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
hotlist.h layout.h fsusage.h mountlist.h regex.h complete.h \
myslang.h command.h cmd.h tty.h fs.h panelize.h achown.h \
learn.h listmode.h features.inc background.h \
x.h textconf.h i18n.h
x.h textconf.h i18n.h findme.h
OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o\
file.o win.o color.o help.o find.o profile.o user.o view.o \

10
src/findme.h Обычный файл
Просмотреть файл

@ -0,0 +1,10 @@
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
#ifndef H_FINDME
#define H_FINDME
char * findProgramPath(char * argv0);
#endif