Skip to content
  • This project
    • Loading...
  • Sign in

John McEleney / mailutils

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mailutils
  • include
  • confpaths.h.in
  • Sergey Poznyakoff's avatar
    Define the necessary PATH_ constants. · 56d50498 ...
    56d50498
    * paths: New file.
    * am/config_paths.m4: New file.
    * include/confpaths.h.in: New file.
    * Makefile.am (EXTRA_DIST): Add paths.
    (DISTCLEANFILES): Add pathdefs.h
    * configure.ac: Invoke MU_CONFIG_PATHS
    (AC_CONFIG_FILES): Add include/confpaths.h
    * include/Makefile.am (EXTRA_DIST): Add confpaths.h.in
    * lib/utmp.c, libmu_scm/mu_scm.c,
    libproto/mailer/sendmail.c, mail/mail.c: Use PATH_* constants.
    * mail/mail.h: Remove definition of _PATH_SENDMAIL.
    * .gitignore, include/.gitignore: Update.
    Sergey Poznyakoff authored 2009-07-06 14:20:28 +0300
confpaths.h.in 124 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
/* Define PATH_* macros from paths in $(top_srcdir)/paths. */

#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

@PATHDEFS_H@