xref: /dflybsd-src/gnu/usr.bin/gdb/libgnu/configmake.h (revision c33252afc5aa9790d4820b568316e03d695f6a65)
1*c33252afSJohn Marino /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2*c33252afSJohn Marino #define PREFIX "/usr"
3*c33252afSJohn Marino #define EXEC_PREFIX "/usr"
4*c33252afSJohn Marino #define BINDIR "/usr/bin"
5*c33252afSJohn Marino #define SBINDIR "/usr/sbin"
6*c33252afSJohn Marino #define LIBEXECDIR "/usr/libexec"
7*c33252afSJohn Marino #define DATAROOTDIR "/usr/share"
8*c33252afSJohn Marino #define DATADIR "/usr/share"
9*c33252afSJohn Marino #define SYSCONFDIR "/usr/etc"
10*c33252afSJohn Marino #define SHAREDSTATEDIR "/usr/com"
11*c33252afSJohn Marino #define LOCALSTATEDIR "/usr/var"
12*c33252afSJohn Marino #define INCLUDEDIR "/usr/include"
13*c33252afSJohn Marino #define OLDINCLUDEDIR "/usr/include"
14*c33252afSJohn Marino #define DOCDIR "/usr/share/doc/"
15*c33252afSJohn Marino #define INFODIR "/usr/info"
16*c33252afSJohn Marino #define HTMLDIR "/usr/share/doc/"
17*c33252afSJohn Marino #define DVIDIR "/usr/share/doc/"
18*c33252afSJohn Marino #define PDFDIR "/usr/share/doc/"
19*c33252afSJohn Marino #define PSDIR "/usr/share/doc/"
20*c33252afSJohn Marino #define LIBDIR "/usr/lib"
21*c33252afSJohn Marino #define LISPDIR "/usr/share/emacs/site-lisp"
22*c33252afSJohn Marino #define LOCALEDIR "/usr/sharee"
23*c33252afSJohn Marino #define MANDIR "/usr/man"
24*c33252afSJohn Marino #define PKGDATADIR "/usr/share/libgnu"
25*c33252afSJohn Marino #define PKGINCLUDEDIR "/usr/include/libgnu"
26*c33252afSJohn Marino #define PKGLIBDIR "/usr/lib/libgnu"
27*c33252afSJohn Marino #define PKGLIBEXECDIR "/usr/libexec/libgnu"
28